Skip to content

Use Zstandard to compress singlefile assemblies.

c9aa605
Select commit
Loading
Failed to load commit list.
Draft

[NO-REVIEW] Use Zstandard for compressing singlefile assemblies #123542

Use Zstandard to compress singlefile assemblies.
c9aa605
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jan 23, 2026 in 2h 59m 37s

Build #20260123.26 had test failures

Details

Tests

  • Failed: 196 (0.01%)
  • Passed: 3,501,287 (98.05%)
  • Other: 69,576 (1.95%)
  • Total: 3,571,059

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item AppHost.Bundle.Tests in job 4dedb22c-8e0e-4b70-9371-bee707186325 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4dedb22c-8e0e-4b70-9371-bee707186325/workitems/AppHost.Bundle.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.HostModel.Tests in job 4dedb22c-8e0e-4b70-9371-bee707186325 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/4dedb22c-8e0e-4b70-9371-bee707186325/workitems/Microsoft.NET.HostModel.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item AppHost.Bundle.Tests in job dfe4227e-5034-4ee8-bb67-22cf0f491db4 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/dfe4227e-5034-4ee8-bb67-22cf0f491db4/workitems/AppHost.Bundle.Tests/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/11.0.0-beta.26065.101/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.HostModel.Tests in job dfe4227e-5034-4ee8-bb67-22cf0f491db4 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/dfe4227e-5034-4ee8-bb67-22cf0f491db4/workitems/Microsoft.NET.HostModel.Tests/console

Check failure on line 1 in Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.FileSizes

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.FileSizes

System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
   at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
   at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
   at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.FileSizes() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 331
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.ExactDuplicateEntries

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.ExactDuplicateEntries

System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
   at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
   at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
   at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.ExactDuplicateEntries() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 93
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.IdenticalBundles_BinaryEqual

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.IdenticalBundles_BinaryEqual

System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
   at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
   at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
   at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.CreateSampleBundle(Boolean bundleMultipleFiles) in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 190
   at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.IdenticalBundles_BinaryEqual() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 196
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.LongFileNames

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.LongFileNames

System.IO.FileNotFoundException : Could not load file or assembly 'System.IO.Compression.Zstandard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Raw output
   at Microsoft.NET.HostModel.Bundle.Bundler.AddToBundle(Stream bundle, FileStream file, FileType type) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 105
   at Microsoft.NET.HostModel.Bundle.Bundler.GenerateBundle(IReadOnlyList`1 fileSpecs) in /_/src/installer/managed/Microsoft.NET.HostModel/Bundle/Bundler.cs:line 362
   at Microsoft.NET.HostModel.Bundle.Tests.BundlerConsistencyTests.LongFileNames() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Bundle/BundlerConsistencyTests.cs:line 374
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)