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
Recent VS upgrade introduces C5271, and causes a build break like this:
src\native\corehost\test\ijw\ijw.cpp(6): warning C5271: consider replacing #using <System.Console.dll> with command line argument /FU "F:\dotnet\runtime2\.dotnet\packs\Microsoft.NETCore.App.Ref\8.0.0-rc.1.23414.4\ref\net8.0\System.Console.dll" src\native\corehost\test\ijw\ijw.cpp(7): warning C5271: consider replacing #using <System.Runtime.Loader.dll> with command line argument /FU "F:\dotnet\runtime2\.dotnet\packs\Microsoft.NETCore.App.Ref\8.0.0-rc.1.23414.4\ref\net8.0\System.Runtime.Loader.dll"
#92878 disables the warning. This issue is to track implementing a real fix for this and removing the warning disable.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov See info in area-owners.md if you want to be subscribed.
area-Host
Sorry, something went wrong.
FYI this issue causing build failures in the release/* branches because #92878 exists only in main.
Successfully merging a pull request may close this issue.
Recent VS upgrade introduces C5271, and causes a build break like this:
#92878 disables the warning. This issue is to track implementing a real fix for this and removing the warning disable.
The text was updated successfully, but these errors were encountered: