Platform Conditional Compilation in .NET Core
Posted: November 5, 2018 Filed under: .NET Core | Tags: .NET Core, Docker 4 Comments.NET Core 1.0 introduced the System.Runtime.InteropServices.RuntimeInformation
type that lets you dynamically detect which operating system (OS) your app currently runs on. Read »