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 485b606 commit a25a281Copy full SHA for a25a281
src/PowerShellEditorServices.Protocol/MessageProtocol/Channel/NamedPipeServerListener.cs
@@ -61,7 +61,7 @@ public override void Start()
61
try
62
{
63
// If we're running in Windows PowerShell, we use the constructor via Reflection
64
- if (RuntimeInformation.FrameworkDescription.StartsWith(".NET Framework"))
+ if (RuntimeInformation.FrameworkDescription.StartsWith(".NET Framework", StringComparison.Ordinal))
65
66
PipeSecurity pipeSecurity = new PipeSecurity();
67
0 commit comments