Skip to content

Commit

Permalink
Ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieKimani1 committed Jan 16, 2025
1 parent e1a3795 commit 0bf3dbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<PublishAot>true</PublishAot>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>IL3000</NoWarn>
<!-- Ignore IL3000 warning as it references a code outside our control -->
<NoWarn>NU1903</NoWarn>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 0bf3dbb

Please sign in to comment.