Currently, opening the solution files in this repo, like src/Servers/Kestrel.sln, shows a bunch of NU1105 errors in the Error List window. The error looks like this:
Error NU1105 Unable to find project information for "ProjectXYZ.csproj". Inside Visual Studio, this may be because the project is unloaded or not part of current solution.
We believe this is the result of NuGet/Home#5820. There is a draft of a solution in PR in NuGet, but if that doesn't make it in in a reasonable amount of time, we may need to find workarounds.
FWIW - this does not affect command line builds, and also, it appears you can still build and run tests in Visual Studio despite the error.
cc @jainaashish @rrelyea
Currently, opening the solution files in this repo, like src/Servers/Kestrel.sln, shows a bunch of NU1105 errors in the Error List window. The error looks like this:
We believe this is the result of NuGet/Home#5820. There is a draft of a solution in PR in NuGet, but if that doesn't make it in in a reasonable amount of time, we may need to find workarounds.
FWIW - this does not affect command line builds, and also, it appears you can still build and run tests in Visual Studio despite the error.
cc @jainaashish @rrelyea