1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 07:27:25 +08:00
osu-lazer/osu.Game/IO/Archives
Bartłomiej Dach 89bf7b1bd6 Resolve CA1835 inspection
"Change the `ReadAsync` method call to use the
`Stream.ReadAsync(Memory<byte>, CancellationToken)` overload"
2020-11-01 18:51:39 +01:00
..
ArchiveReader.cs Resolve CA1835 inspection 2020-11-01 18:51:39 +01:00
LegacyByteArrayReader.cs Add encoding and import support 2020-03-24 14:51:52 +09:00
LegacyDirectoryArchiveReader.cs Remove unused GetUnderlyingStream method 2020-03-24 14:08:25 +09:00
LegacyFileArchiveReader.cs Remove unused GetUnderlyingStream method 2020-03-24 14:08:25 +09:00
ZipArchiveReader.cs Remove unused GetUnderlyingStream method 2020-03-24 14:08:25 +09:00