File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 13
13
<PublishTrimmed >true</PublishTrimmed >
14
14
<!-- Suppress linker warnings as these are tests -->
15
15
<SuppressTrimAnalysisWarnings >true</SuppressTrimAnalysisWarnings >
16
- <NoWarn >$(NoWarn);IL2111 ;IL2105;IL2025</NoWarn >
16
+ <NoWarn >$(NoWarn);IL2103 ;IL2105;IL2025;IL2111 </NoWarn >
17
17
<!-- https://github.com/dotnet/sdk/issues/18581 tracks needing to set 2 properties to disable warnings. -->
18
18
<EnableTrimAnalyzer >false</EnableTrimAnalyzer >
19
19
Original file line number Diff line number Diff line change 236
236
<!-- Issue: https://github.com/dotnet/runtime/issues/50724 -->
237
237
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Composition\tests\System.Composition.Tests.csproj" />
238
238
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Dynamic.Runtime\tests\System.Dynamic.Runtime.Tests.csproj" />
239
- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Net.Primitives\tests\FunctionalTests\System.Net.Primitives.Functional.Tests.csproj" />
240
239
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyInjection\tests\DI.Tests\Microsoft.Extensions.DependencyInjection.Tests.csproj" />
241
240
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.EventSource\tests\Microsoft.Extensions.Logging.EventSource.Tests.csproj" />
242
241
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.DiagnosticSource\tests\System.Diagnostics.DiagnosticSource.Tests.csproj" />
243
242
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Diagnostics.Tracing/tests/System.Diagnostics.Tracing.Tests.csproj" />
244
243
245
244
<!-- Issue: https://github.com/dotnet/runtime/issues/51708 -->
246
245
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj" />
247
-
248
- <!-- MarkTypeForDynamicallyAccessedMembers stack overflow https://github.com/mono/linker/issues/1881 -->
249
- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.ComponentModel.Annotations\tests\System.ComponentModel.Annotations.Tests.csproj" />
250
-
251
- <!-- IL2103 -->
252
- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj" />
253
246
</ItemGroup >
254
247
255
248
<ItemGroup Condition =" '$(TargetOS)' == 'Browser' and '$(BrowserHost)' == 'windows' and '$(RunDisabledWasmTestsOnWindows)' != 'true'" >
You can’t perform that action at this time.
0 commit comments