You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split DirectoryOperationsTest into platform-specific test classes
- Created DirectoryOperationsWindowsTest for Windows-specific tests
- Created DirectoryOperationsUnixTest for Unix-specific tests
- Added RuntimeInformation platform check in Unix test setup
- Added [Platform(Exclude="Win")] to DirectoryUnixInformationTest
- Removed original mixed DirectoryOperationsTest file
This completes the platform-specific test refactoring to fix OneTimeSetUp
errors on Windows for net481 target framework.
0 commit comments