SharpCompress/tests
copilot-swe-agent[bot] e11198616e Address code review feedback: use RuntimeInformation for platform detection
- Replace Environment.OSVersion.Platform with RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
- Clarify test comment about platform-specific behavior
- Add using System.Runtime.InteropServices for RuntimeInformation

Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com>
2025-10-28 10:20:05 +00:00
..
SharpCompress.Performance Update tests/SharpCompress.Performance/LargeMemoryStream.cs 2025-10-23 14:19:16 +01:00
SharpCompress.Test Address code review feedback: use RuntimeInformation for platform detection 2025-10-28 10:20:05 +00:00
TestArchives Add support for CompressionType.None for uncompressed 7z files 2025-10-27 11:11:38 +00:00