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 7dccdbb commit 4c80e69Copy full SHA for 4c80e69
src/Sentry/Internal/Polyfills.cs
@@ -95,7 +95,7 @@ internal static class ArgumentNullExceptionExtensions
95
{
96
extension(ArgumentNullException)
97
98
- internal static void ThrowIfNull([NotNull] object? argument, [CallerArgumentExpression(nameof(argument))] string? paramName = null)
+ public static void ThrowIfNull([NotNull] object? argument, [CallerArgumentExpression(nameof(argument))] string? paramName = null)
99
100
if (argument is null)
101
0 commit comments