2 references to new
Microsoft.AspNetCore.StaticAssets.Tests (1)
StaticAssetsIntegrationTests.cs (1)
546using var gzipStream = new GZipStream(fileStream, CompressionLevel.Fastest);
Microsoft.DotNet.Build.Tasks.Installers (1)
src\CreateChangelogFile.cs (1)
40using GZipStream stream = new(File.Create(ChangelogOutputPath), CompressionLevel.Optimal);