Skip to content

Commit

Permalink
Add recently added warnings into the trimmer suppression list (#17958)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-karas committed May 29, 2021
1 parent 9714c57 commit 6accda8
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -221,7 +221,9 @@ Copyright (c) .NET Foundation. All rights reserved.
<!-- DynamicallyAccessedMembersAttribute mismatch on virtual override -->
<NoWarn>$(NoWarn);IL2092;IL2093;IL2094;IL2095</NoWarn>
<!-- DynamicallyAccessedMembersAttribute used on unsupported member -->
<NoWarn>$(NoWarn);IL2097;IL2098;IL2099</NoWarn>
<NoWarn>$(NoWarn);IL2097;IL2098;IL2099;IL2106</NoWarn>
<!-- Unknown value passed to Expression.Property -->
<NoWarn>$(NoWarn);IL2103</NoWarn>
</PropertyGroup>

<!-- Suppressions to work around issues in previous versions of the framework. See https://github.com/dotnet/runtime/issues/40336 -->
Expand Down

0 comments on commit 6accda8

Please sign in to comment.