Skip to content

Commit e2d4794

Browse files
ANcpLuaclaude
andcommitted
fix: update stale Throw.IfNull reference to Guard.NotNull in banned symbols
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6d14e75 commit e2d4794

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config/BannedSymbols.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ M:System.DateTime.get_UtcNow
77
M:System.DateTimeOffset.get_Now
88
M:System.DateTimeOffset.get_UtcNow
99

10-
# Guards - use Throw.IfNull()
10+
# Guards - use Guard.NotNull() from ANcpLua.Roslyn.Utilities
1111
M:System.ArgumentNullException.ThrowIfNull(System.Object,System.String)
1212
M:System.ArgumentException.ThrowIfNullOrEmpty(System.String,System.String)
1313
M:System.ArgumentException.ThrowIfNullOrWhiteSpace(System.String,System.String)

0 commit comments

Comments
 (0)