Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLakshan Fernando <lakshanf@microsoft.com>2022-07-01 15:02:05 +0300
committerGitHub <noreply@github.com>2022-07-01 15:02:05 +0300
commit56966558c12523f82a0e27d5546ee4efba466848 (patch)
tree5a1e1df4547670a1fe67e781281763b87acc53f6 /src/libraries/System.Net.Security/tests/UnitTests
parentbce94154f24e2ae83e5597881029d4f1ba428b60 (diff)
Fix some tests regressed by the aggressive reflection metadata trimming work (#71440)
* Fix tests by setting IlcTrimMetadata to false * Disable linux failures
Diffstat (limited to 'src/libraries/System.Net.Security/tests/UnitTests')
-rw-r--r--src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
index 771a712cc57..6492a3369b9 100644
--- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
+++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj
@@ -13,6 +13,8 @@
<TargetFrameworks>$(NetCoreAppCurrent)-windows;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Browser;$(NetCoreAppCurrent)-OSX;$(NetCoreAppCurrent)-iOS;$(NetCoreAppCurrent)-Android</TargetFrameworks>
<IgnoreForCI Condition="'$(TargetOS)' == 'Browser'">true</IgnoreForCI>
<EnableLibraryImportGenerator>true</EnableLibraryImportGenerator>
+ <!--Remove once this is fixed, https://github.com/dotnet/runtime/issues/71506 -->
+ <IlcTrimMetadata>false</IlcTrimMetadata>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />