Skip to content

Commit

Permalink
disable warning for NU1900 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Renat Shajmardanov <[email protected]>
  • Loading branch information
Renat Shaymardanov and Renat Shajmardanov authored Dec 22, 2023
1 parent dd435f8 commit 9784b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>NU1900</NoWarn> <!-- Fix linux/arm64 bug? error NU1900: Warning As Error: Error occurred while getting package vulnerability data: Unable to cast object of type 'System.Net.Http.HttpRequestMessage' to type 'System.Text.Json.Serialization.Metadata.JsonPropertyInfo' -->
<!-- <ImplicitUsings>enable</ImplicitUsings>-->
<!-- <Nullable>enable</Nullable>-->
</PropertyGroup>
Expand Down

0 comments on commit 9784b30

Please sign in to comment.