File tree Expand file tree Collapse file tree 3 files changed +3
-23
lines changed Expand file tree Collapse file tree 3 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 66 <UseDefaultiOSFeatureSwitches >false</UseDefaultiOSFeatureSwitches >
77 <PublishTrimmed >true</PublishTrimmed >
88 <SkipImportRepoLinkerTargets >true</SkipImportRepoLinkerTargets >
9+ <SuppressTrimAnalysisWarnings >true</SuppressTrimAnalysisWarnings >
10+ <TrimmerDefaultAction >link</TrimmerDefaultAction >
911 <TrimMode >link</TrimMode >
1012 <TrimmerRemoveSymbols >false</TrimmerRemoveSymbols >
1113 <SelfContained >true</SelfContained >
Original file line number Diff line number Diff line change 2424 </ItemGroup >
2525 </Target >
2626
27- <Target Name =" EnsureAllAssembliesAreLinked"
28- BeforeTargets =" PrepareForILLink" >
29- <ItemGroup >
30- <ManagedAssemblyToLink >
31- <TrimMode >link</TrimMode >
32- </ManagedAssemblyToLink >
33-
34- <!-- Pass the app assembly as a root -->
35- <TrimmerRootAssembly Include =" @(IntermediateAssembly)" />
36- </ItemGroup >
37- </Target >
38-
3927 <Target Name =" CreateTestWasmAppBundle"
4028 AfterTargets =" Publish"
4129 DependsOnTargets =" BundleTestWasmApp"
Original file line number Diff line number Diff line change 1414 <NETCoreAppMaximumVersion>{NetCoreAppMaximumVersion}</NETCoreAppMaximumVersion>
1515 <MicrosoftNETCoreAppVersion>{MicrosoftNETCoreAppVersion}</MicrosoftNETCoreAppVersion>
1616
17- <!-- These can be removed once we get an SDK with https://github.com/mono/linker/pull/1385. -->
18- <LinkerNoWarn>IL2026</LinkerNoWarn>
19- <!-- IL2032,IL2055,IL2057-IL2061: Reflection intrinsics with unknown arguments -->
20- <LinkerNoWarn>$(LinkerNoWarn);IL2032;IL2055;IL2057;IL2058;IL2059;IL2060;IL2061</LinkerNoWarn>
21- <!-- IL2062-IL2066: Unknown values passed to locations with DynamicallyAccessedMemberTypes -->
22- <LinkerNoWarn>$(LinkerNoWarn);IL2062;IL2063;IL2064;IL2065;IL2066</LinkerNoWarn>
23- <!-- IL2067-IL2091: Unsatisfied DynamicallyAccessedMembers requirements -->
24- <LinkerNoWarn>$(LinkerNoWarn);IL2067;IL2068;IL2069;IL2070;IL2071;IL2072;IL2073;IL2074;IL2075;IL2076;IL2077;IL2078;IL2079;IL2080;IL2081;IL2082;IL2083;IL2084;IL2085;IL2086;IL2087;IL2088;IL2089;IL2090;IL2091</LinkerNoWarn>
25- <!-- https://github.com/dotnet/runtime/issues/40336 - need to suppress IL2008;IL2009;IL2037 on non-Windows -->
26- <LinkerNoWarn Condition="!$(RuntimeIdentifier.StartsWith('win'))">$(LinkerNoWarn);IL2008;IL2009;IL2037</LinkerNoWarn>
27- <_ExtraTrimmerArgs>{ExtraTrimmerArgs} $(_ExtraTrimmerArgs) --nowarn $(LinkerNoWarn)</_ExtraTrimmerArgs>
17+ <_ExtraTrimmerArgs>{ExtraTrimmerArgs} $(_ExtraTrimmerArgs)</_ExtraTrimmerArgs>
2818 </PropertyGroup>
2919
3020 <ItemGroup>
You can’t perform that action at this time.
0 commit comments