We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105520a commit 8c90768Copy full SHA for 8c90768
src/BootstrapBlazor/Services/DefaultZipArchiveService.cs
@@ -75,6 +75,7 @@ private static async Task ArchiveFilesAsync(Stream stream, IEnumerable<ArchiveEn
75
{
76
entryName = $"{entryName}/";
77
}
78
+
79
archive.CreateEntry(entryName, f.CompressionLevel ?? options.CompressionLevel);
80
81
else if (File.Exists(f.SourceFileName))
0 commit comments