Skip to content

Commit 2b32ca8

Browse files
committed
Update ToGuidDiagnostic.cs
1 parent f0e0aa2 commit 2b32ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Examples.CodeOfChaos.Extensions.Analyzers/ToGuidDiagnostic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ namespace Examples.CodeOfChaos.Extensions.Analyzers;
99
// ---------------------------------------------------------------------------------------------------------------------
1010
public class ToGuidDiagnostic {
1111
public Guid Something() => "b60fbc5b-86eb-472b-bfc6-0439d9a70e94".ToGuid();
12-
public Guid SomethingWrong() => "alpha".ToGuid();
12+
// public Guid SomethingWrong() => "alpha".ToGuid();
1313
}

0 commit comments

Comments
 (0)