Open ymmendoza opened 5 days ago
This is reproduced in SDK 9.0.100 and then fixed in the 9.0.101 SDK in Revert changes to NuGetAuditMode defaults · Issue #13945 · NuGet/Home, but we may also need to fix it in 9.0.200-preview and .NET 10 SDK. @richaverma1 @marcpopMSFT Do we need to include this fix to VS 17.13 Preview 2?
The audit change will flow to 9.0.2xx eventually and ship in 17.13 by preview 3. We are not planning on pushing the change faster. Note that there is an actual fix for the System.Private.Uri reference and someone should look into that.
INSTALL STEPS
REPRO STEPS
<PackageReference Include="Aspire.Microsoft.Data.SqlClient" Version="9.0.0" />
builder.AddSqlServerClient("sqldata");
ACTUAL RESULT There are some warning message in the VS after publishing the project in CLI
EXPECTED RESULT Can publish the project successfully without warnings in VS