You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will download required tools and build the entire repository once. At that point, you should be able to open .sln files to work on the projects you care about.
63
-
64
-
2.Update your `PATH` environment variable. (See [below for details](#path).)
63
+
64
+
2.Use the `startvs.cmd` script to open Visual Studio .sln files. This script first sets required environment variables.
65
65
66
66
> :bulb: Pro tip: you will also want to run this command after pulling large sets of changes. Visual Studio will only build projects in a solution file, and makes a best effort to use other files on disk. If you pull many changes, the files on disk may be stale and will need to re-build.
67
67
@@ -84,20 +84,35 @@ Opening solution files may produce an error code NU1105 with a message such
84
84
85
85
This is a known issue in NuGet (<https://github.com/NuGet/Home/issues/5820>) and we are working with them for a solution. See also <https://github.com/aspnet/AspNetCore/issues/4183> to track progress on this.
86
86
87
-
**The workaround** for now is to disable NuGet restore in Visual Studio.
87
+
**The workaround** for now is to add all projects to the solution.
This must come **before** any other installation of `dotnet`. In Windows, we recommend removing `C:\Program Files\dotnet` from PATH in system variables and adding `%USERPROFILE%\.dotnet\x64` to PATH in user variables.
0 commit comments