EnterpriseLibrary / logging-application-block

Apache License 2.0
1 stars 9 forks source link

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

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.