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 f0e0aa2 commit 2b32ca8Copy full SHA for 2b32ca8
examples/Examples.CodeOfChaos.Extensions.Analyzers/ToGuidDiagnostic.cs
@@ -9,5 +9,5 @@ namespace Examples.CodeOfChaos.Extensions.Analyzers;
9
// ---------------------------------------------------------------------------------------------------------------------
10
public class ToGuidDiagnostic {
11
public Guid Something() => "b60fbc5b-86eb-472b-bfc6-0439d9a70e94".ToGuid();
12
- public Guid SomethingWrong() => "alpha".ToGuid();
+ // public Guid SomethingWrong() => "alpha".ToGuid();
13
}
0 commit comments