We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40e22a commit 079572dCopy full SHA for 079572d
tests/Microsoft.Graph.DotnetCore.Core.Trimming/Microsoft.Graph.DotnetCore.Core.Trimming.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<TargetFramework>net8.0</TargetFramework>
@@ -9,6 +9,7 @@
9
<TrimmerSingleWarn>false</TrimmerSingleWarn>
10
<PublishTrimmed>true</PublishTrimmed>
11
<PublishAot>true</PublishAot>
12
+ <NoWarn>IL3000</NoWarn> <!-- Ignore IL3000 warning as it references a code outside our control -->
13
</PropertyGroup>
14
<ItemGroup>
15
<ProjectReference Include="..\..\src\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />
0 commit comments