EnterpriseLibrary / exception-handling-application-block

Apache License 2.0
1 stars 6 forks source link

Windows API related codes are wrapped with if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) condition #1

Closed turabek closed 4 years ago

turabek commented 4 years ago

Windows API related codes are wrapped with if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) condition. Tested with .net core 3.1 on Linux and Windows environments.