We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow up to https://github.com/dotnet/core-setup/issues/6970
As of now, the that is shown in VS when sdk resolution fails is overly generic:
https://github.com/dotnet/cli/blob/6b0885139c1f37093ba4d3797f46fe90bf093883/src/Microsoft.DotNet.MSBuildSdkResolver/Strings.resx#L133
We can set an error writer on hostfxr and then return the more specific errors to msbuild, and ultimately VS.
See https://github.com/dotnet/core-setup/blob/1a10af88e3904b1d9790be38450c23eea683d6ae/src/corehost/cli/fxr/hostfxr.cpp#L391
cc @peterhuene
The text was updated successfully, but these errors were encountered:
cc @KathleenDollard
Sorry, something went wrong.
It would be nice to be able to plumb warnings too, and to have a flag that can be set somehow to get all the informational tracing as well into the binlog, but that is blocked by https://github.com/dotnet/core-setup/issues/6972
No branches or pull requests
Follow up to https://github.com/dotnet/core-setup/issues/6970
As of now, the that is shown in VS when sdk resolution fails is overly generic:
https://github.com/dotnet/cli/blob/6b0885139c1f37093ba4d3797f46fe90bf093883/src/Microsoft.DotNet.MSBuildSdkResolver/Strings.resx#L133
We can set an error writer on hostfxr and then return the more specific errors to msbuild, and ultimately VS.
See https://github.com/dotnet/core-setup/blob/1a10af88e3904b1d9790be38450c23eea683d6ae/src/corehost/cli/fxr/hostfxr.cpp#L391
cc @peterhuene
The text was updated successfully, but these errors were encountered: