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