-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathBannedSymbols.txt
More file actions
8 lines (8 loc) · 829 Bytes
/
Copy pathBannedSymbols.txt
File metadata and controls
8 lines (8 loc) · 829 Bytes
1
2
3
4
5
6
7
8
M:System.IO.Compression.ZipArchive.#ctor(System.IO.Stream);Use ZipArchive.CreateAsync()
M:System.IO.Compression.ZipArchive.#ctor(System.IO.Stream,System.IO.Compression.ZipArchiveMode);Use ZipArchive.CreateAsync()
M:System.IO.Compression.ZipArchive.#ctor(System.IO.Stream,System.IO.Compression.ZipArchiveMode,System.Boolean);Use ZipArchive.CreateAsync()
M:System.IO.Compression.ZipArchive.#ctor(System.IO.Stream,System.IO.Compression.ZipArchiveMode,System.Boolean,System.Text.Encoding);Use ZipArchive.CreateAsync()
M:System.IO.Compression.ZipArchive.CreateEntry(System.String);Pass CompressionLevel parameter
M:System.IO.Compression.ZipArchiveEntry.Open();Use OpenAsync()
M:System.Net.WebUtility.HtmlEncode(System.String);Use XmlUtility.XmlEncode
P:System.Nullable`1.Value;GetValueOrDefault() or the coalesce operator do less work