Add checks to protect the internal claims used by MIW. Ref: issue #2968 #5958
Annotations
1 error and 10 warnings
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L19
Non-nullable property 'Claim' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L23
Non-nullable property 'Claim' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L27
Non-nullable property 'Claim' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L19
Missing XML comment for publicly visible type or member 'InternalClaimDetectedException.InternalClaimDetectedException()'
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L23
Missing XML comment for publicly visible type or member 'InternalClaimDetectedException.InternalClaimDetectedException(string)'
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L27
Missing XML comment for publicly visible type or member 'InternalClaimDetectedException.InternalClaimDetectedException(string, Exception)'
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L12
Symbol 'InternalClaimDetectedException' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L17
Symbol 'Claim.get' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L17
Symbol 'Claim.set' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
src/Microsoft.Identity.Web.OWIN/InternalClaimDetectedException.cs#L19
Symbol 'InternalClaimDetectedException' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
The logs for this run have expired and are no longer available.
Loading