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 ef91f9c commit 574fb8dCopy full SHA for 574fb8d
src/Smdn.Fundamental.Shell/Smdn.OperatingSystem/ShellString.cs
@@ -100,7 +100,7 @@ public override int GetHashCode()
100
{
101
if (Raw == null)
102
#pragma warning disable CA2201
103
- // TODO: throw InvalidOperationException or etc instead
+ // TODO: throw InvalidOperationException or etc instead
104
throw new NullReferenceException();
105
#pragma warning restore CA2201
106
else
0 commit comments