mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 15:34:34 +00:00
add compiler flags
This commit is contained in:
@@ -83,6 +83,7 @@ public class SharpCompressStreamPassthroughAsyncTest
|
||||
Assert.Equal(3, ms.Length);
|
||||
}
|
||||
|
||||
#if !LEGACY_DOTNET
|
||||
[Fact]
|
||||
public async ValueTask CreateNonDisposing_DoesNotDisposeUnderlying_Async()
|
||||
{
|
||||
@@ -105,4 +106,5 @@ public class SharpCompressStreamPassthroughAsyncTest
|
||||
)
|
||||
.ConfigureAwait(false);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user