I’ve been working on some unit tests lately. The tools provided with Visual Studio 2015 are pretty nice, but I wanted a report that shows, which classes are tested and what lines / branches are covered. This report should be…
I’ve been working on some unit tests lately. The tools provided with Visual Studio 2015 are pretty nice, but I wanted a report that shows, which classes are tested and what lines / branches are covered. This report should be…
Ich hatte das Problem, dass weder Code Highlighting, noch Intellisense in C# Klassen funktioniert. Ein Reset der Einstellungen mittels devenv.exe /ResetSettings half nicht. Funktioniert hat, den Ordner %AppData%\Roaming\Microsoft\VisualStudio\12.0\ReflectedSchemas zu löschen. Danach funktioniert wieder alles wie es soll. Quelle: http://stackoverflow.com/questions/8902232/how-to-turn-intellisense-on-in-visual-studio-2010