Kernel - NKS0039
Use KernelPlatform.IsOnWindows()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
bool value = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
}