-
I am getting below error while restoring the aspnetcore source code. C:\src2\aspnetcore\src\Mvc>dotnet restore --interactive Need help here. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Are you building a particular tag? If so, edit the |
Beta Was this translation helpful? Give feedback.
-
The solution was build using "dotnet build" command. And now its building without any errors. Now I want to explore the source code. "app.UseStaticFiles();". When I right click on UseStaticFiles() and wanted to go to implementation, it says. "The symbol has no Implementation". Looks like the Mvc source code is using the compiled version of "Middleware". How to navigate to source code of middleware from MVC project. Can you pls help here?. |
Beta Was this translation helpful? Give feedback.
-
Yes, unfortunately that's the way it works in the 3.1 branch. The Finally, you might consider using the online source index at https://source.dot.net/ to browse sources that aren't in your sln if you aren't planning on changing them. |
Beta Was this translation helpful? Give feedback.
Are you building a particular tag? If so, edit the
NuGet.config
file to remove thedarc-int
feeds. They are internal only feeds used for building security patches.