Kernel - NKS0038
Use KernelPlatform.IsOnUnix()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
bool value = Environment.OSVersion.Platform == PlatformID.Unix;
}After the fix
Suppression
Recommendation
Last updated