Exemplo n.º 1
0
        public void SolutionLoaded(Solution solution)
        {
            var converter = new NuGetConverter();
            var report = converter.Convert(solution);

            // Print out the report
        }
Exemplo n.º 2
0
        public void SolutionLoaded(Solution solution)
        {
            var converter = new NuGetConverter();
            var report    = converter.Convert(solution);

            // Print out the report
        }