mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-18 05:25:34 +00:00
add compiler flags
This commit is contained in:
@@ -45,6 +45,7 @@ public class SharpCompressStreamErrorAsyncTest
|
||||
}
|
||||
}
|
||||
|
||||
#if !LEGACY_DOTNET
|
||||
[Fact]
|
||||
public async ValueTask DisposeAsync_WithThrowOnDisposeTrue_ThrowsInvalidOperation()
|
||||
{
|
||||
@@ -57,6 +58,7 @@ public class SharpCompressStreamErrorAsyncTest
|
||||
)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
#endif
|
||||
|
||||
[Fact]
|
||||
public async ValueTask CreateNonDisposing_ReadAsync_ZeroCount_ReturnsZero()
|
||||
|
||||
Reference in New Issue
Block a user