wip #391
Annotations
30 warnings
|
|
|
|
|
|
|
|
|
|
src/oidc-guard/Settings.cs#L25
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/oidc-guard/Program.cs#L273
Dereference of a possibly null reference.
|
src/oidc-guard/Program.cs#L279
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
|
src/oidc-guard/Program.cs#L287
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
|
src/oidc-guard/Program.cs#L300
Dereference of a possibly null reference.
|
src/oidc-guard/Program.cs#L306
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
|
src/oidc-guard/Program.cs#L314
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input, string pattern)'.
|
tests/oidc-guard-tests/SignInOutTests.cs#L84
Cannot convert null literal to non-nullable reference type.
|
tests/oidc-guard-tests/SignInOutTests.cs#L93
Cannot convert null literal to non-nullable reference type.
|
tests/oidc-guard-tests/SignInOutTests.cs#L97
Cannot convert null literal to non-nullable reference type.
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading