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