18
18
<ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\console-node-ts\Wasm.Console.Node.TS.Sample.csproj" />
19
19
<ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\browser-webpack\Wasm.Browser.WebPack.Sample.csproj" />
20
20
<ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\browser-nextjs\Wasm.Browser.NextJs.Sample.csproj" />
21
+
22
+ <!-- https://github.com/dotnet/runtime/issues/64727 -->
23
+ <ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\console-node-cjs\Wasm.Console.Node.CJS.Sample.csproj" />
24
+ <ProjectExclusions Include =" $(MonoProjectRoot)sample\wasm\console-node-es6\Wasm.Console.Node.ES6.Sample.csproj" />
21
25
</ItemGroup >
22
26
23
27
<!-- Wasm aot on !windows -->
24
28
<ItemGroup Condition =" '$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' != 'Windows'" >
25
29
<!-- Exceeds VM resources in CI on compilation: https://github.com/dotnet/runtime/issues/61339 -->
26
30
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn3.11.Tests.csproj" />
27
31
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.Logging.Abstractions\tests\Microsoft.Extensions.Logging.Generators.Tests\Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests.csproj" />
28
- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.
29
- Roslyn4.0.Tests.csproj" />
32
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Tests\System.Text.Json.SourceGeneration.Roslyn4.0.Tests.csproj" />
30
33
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Unit.Tests\System.Text.Json.SourceGeneration.Roslyn4.0.Unit.Tests.csproj" />
34
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.SourceGeneration.Unit.Tests\System.Text.Json.SourceGeneration.Roslyn3.11.Unit.Tests.csproj" />
31
35
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Generators.Tests\System.Text.RegularExpressions.Generators.Tests.csproj" />
32
36
33
37
<!-- https://github.com/dotnet/runtime/issues/61756 -->
@@ -38,6 +42,10 @@ Roslyn4.0.Tests.csproj" />
38
42
<ItemGroup Condition =" '$(TargetOS)' == 'Browser' and '$(BuildAOTTestsOnHelix)' == 'true' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' == 'true' and '$(BrowserHost)' == 'Windows'" >
39
43
<!-- https://github.com/dotnet/runtime/issues/61756 -->
40
44
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
45
+ <!-- https://github.com/dotnet/runtime/issues/64724 -->
46
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.HostFactoryResolver\tests\Microsoft.Extensions.HostFactoryResolver.Tests.csproj" />
47
+ <!-- https://github.com/dotnet/runtime/issues/64725 -->
48
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.Extensions.Logging\tests\Common\Microsoft.Extensions.Logging.Tests.csproj" />
41
49
</ItemGroup >
42
50
43
51
<!-- Projects that don't support code coverage measurement. -->
@@ -282,6 +290,16 @@ Roslyn4.0.Tests.csproj" />
282
290
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.IO.Pipes/tests/System.IO.Pipes.Tests.csproj" />
283
291
</ItemGroup >
284
292
293
+ <ItemGroup Condition =" '$(TargetOS)' == 'Browser' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' != 'true'" >
294
+ <!-- https://github.com/dotnet/runtime/issues/64774 -->
295
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Linq\tests\System.Linq.Tests.csproj" />
296
+
297
+ <!-- https://github.com/dotnet/runtime/issues/64775 -->
298
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
299
+ <!-- https://github.com/dotnet/runtime/issues/64769 -->
300
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\System.Text.RegularExpressions.Tests.csproj" />
301
+ </ItemGroup >
302
+
285
303
<ItemGroup Condition =" '$(TargetOS)' == 'Browser' and '$(RunDisabledWasmTests)' != 'true'" >
286
304
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)Microsoft.NETCore.Platforms\tests\Microsoft.NETCore.Platforms.Tests.csproj" />
287
305
0 commit comments