Top "Visual-studio-2017" questions

Visual Studio 2017 (aka Visual Studio "15", includes C++ compiler version 19.

No templates in Visual Studio 2017

After a Visual Studio 2017 (RC) installation from scratch, I can't find a standard list of templates. I'm specifically interested in …

c# visual-studio-templates visual-studio-2017
Visual Studio 2017: Display method references

How can I display the references on top of a method declaration? I looked for it in the Visual Studio …

c# visual-studio visual-studio-2017
Class Diagrams in VS 2017

I have been using VS 2015 and like the Class Diagram item. I recently upgraded to 2017 and can't seem to find …

c# visual-studio-2017
VS 2017 Metadata file '.dll could not be found

I know there is another question with exact the same problem, but I went trough all those answers, and none …

c# asp.net-mvc metadata visual-studio-2017
Create Setup/MSI installer in Visual Studio 2017

I have written an outlook add-in VSTO in Visual Studio Pro 2017 (VB.NET). I have published it which creates a …

installation visual-studio-2017
Visual Studio 2015 or 2017 does not discover unit tests

EDIT 2016-10-19: The original question was about an issue specific to VS2015 CTP6 with the XUnit test runner. It's …

unit-testing visual-studio-2015 visual-studio-2017 xunit test-runner
Predefined type 'System.ValueTuple´2´ is not defined or imported

I've installed Visual Studio 15 Preview 3 and tried to use the new tuple feature static void Main(string[] args) { var x = …

c# visual-studio-2017 c#-7.0
How can I run NUnit tests in Visual Studio 2017?

I've just installed Visual Studio 2017. I have a project using NUnit for the test cases. Ctrl + R - T no …

visual-studio visual-studio-2017 nunit vstest visual-studio-2019
Visual Studio 2017 - Could not load file or assembly 'System.Runtime, Version=4.1.0.0' or one of its dependencies

I am using Visual Studio 2017 and am trying to create a .Net Standard 1.5 library and use it in a .Net 4.6.2 …

.net visual-studio-2017 .net-standard-1.5