We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1151447 commit 5d8b539Copy full SHA for 5d8b539
1 file changed
src/ScanEventWorker/ScanEventWorker.csproj
@@ -7,6 +7,10 @@
7
<UserSecretsId>dotnet-ScanEventWorker-a630243d-36de-431f-b7cb-d29159cfb22e</UserSecretsId>
8
<PublishAot>true</PublishAot>
9
<IsAotCompatible>true</IsAotCompatible>
10
+ <!-- IL2104/IL3053 are emitted by third-party packages (Dapper, Microsoft.Data.SqlClient,
11
+ System.Configuration.ConfigurationManager) during native code generation. Our own
12
+ registrations use factory lambdas and do not contribute to these warnings. -->
13
+ <NoWarn>$(NoWarn);IL2104;IL3053</NoWarn>
14
<InterceptorsNamespaces>$(InterceptorsNamespaces);Dapper.AOT</InterceptorsNamespaces>
15
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
16
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
0 commit comments