We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3909afb commit 4a3af4bCopy full SHA for 4a3af4b
src/PowerShellEditorServices/Utility/Utils.cs
@@ -15,6 +15,6 @@ internal static class Utils
15
/// <summary>
16
/// True if we are running on .NET Core, false otherwise.
17
/// </summary>
18
- public static bool IsNetCore { get; } = RuntimeInformation.FrameworkDescription.StartsWith(".NET Core");
+ public static bool IsNetCore { get; } = RuntimeInformation.FrameworkDescription.StartsWith(".NET Core", StringComparison.Ordinal);
19
}
20
0 commit comments