I have been using VS 2015 and like the Class Diagram item. I recently upgraded to 2017 and can’t seem to find the Class Diagram item. Anyone know how...
Apparently macros were dropped from Visual Studio 2012. Is there a plugin/extension/tool that will let me record & play keyboard macros (much like the record/play temporary macro in Visual Studio 2010)? For example,...
I accidentally pushed a staged change in a new branch in Visual Studio 2017 to my local repository. It hasn’t been pushed to the remote repository. I want to...
Historically, this has been done with the Microsoft Build Tools. But it seems that the Build Tools may not be available for versions after 2015. The replacement appears to...
How can I display the references on top of a method declaration? I looked for it in the Visual Studio properties, but could not find it. 7 Answers 7
I have been struggling with VS 2017 since I installed it. Now it seems Unit Tests will only run from the command line “dotnet test.” My project is .NET...
I installed Visual Studio 2012 and DevExpress 13.1. As Visual Studio started, it generated an error shown by this attached image, The ‘Microsoft.VisualStudio.Editor.Implementation.EditorPackage’ package did not load correctly. The problem may...
How do I disable Perfwatson in Visual Studio? Perfwatson is not disabled by Tools > Extensions and Updates > Developer Analytics Tools. 2 Answers 2
Since dotnet core moved back to the .csproj format, there is a new autogenerated MyProject.AssemblyInfo.cs which contains, among others: [assembly: AssemblyCompany("MyProject")] [assembly: AssemblyVersion("1.0.0.0")] Note that this is automatically regenerated...
After fresh installation of Visual Studio 2017 I tried to run .NET Core Web project and when trying to run it on Chrome I am getting this error: Unable...