File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
System.IO.Compression.Brotli/tests Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+
4+ using System ;
5+ using Xunit ;
6+
7+ [ assembly: SkipOnMono ( "System.IO.Compression.Brotli is not supported on Browser" , TestPlatforms . Browser ) ]
Original file line number Diff line number Diff line change 33 <TargetFrameworks >$(NetCoreAppCurrent)-Windows_NT;$(NetCoreAppCurrent)-Unix;$(NetCoreAppCurrent)-Browser</TargetFrameworks >
44 </PropertyGroup >
55 <ItemGroup >
6+ <Compile Include =" AssemblyInfo.cs" />
67 <Compile Include =" BrotliEncoderTests.cs" />
78 <Compile Include =" BrotliGoogleTestData.cs" />
89 <Compile Include =" CompressionStreamUnitTests.Brotli.cs" />
Original file line number Diff line number Diff line change 4747 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Globalization.Calendars\tests\System.Globalization.Calendars.Tests.csproj" />
4848 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Globalization.Extensions\tests\System.Globalization.Extensions.Tests.csproj" />
4949 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Globalization\tests\System.Globalization.Tests.csproj" />
50- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Compression.Brotli\tests\System.IO.Compression.Brotli.Tests.csproj" />
5150 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Compression.ZipFile\tests\System.IO.Compression.ZipFile.Tests.csproj" />
5251 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Compression\tests\System.IO.Compression.Tests.csproj" />
5352 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.FileSystem.DriveInfo\tests\System.IO.FileSystem.DriveInfo.Tests.csproj" />
5453 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.FileSystem\tests\System.IO.FileSystem.Tests.csproj" />
55- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.IsolatedStorage\tests\System.IO.IsolatedStorage.Tests.csproj" />
5654 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.MemoryMappedFiles\tests\System.IO.MemoryMappedFiles.Tests.csproj" />
5755 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Packaging\tests\System.IO.Packaging.Tests.csproj" />
5856 <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Pipes\tests\System.IO.Pipes.Tests.csproj" />
You can’t perform that action at this time.
0 commit comments