Skip to content

Mutation analyzer for public aggregate methods. Checks for incorrect … #1176

Mutation analyzer for public aggregate methods. Checks for incorrect …

Mutation analyzer for public aggregate methods. Checks for incorrect … #1176

Triggered via push September 15, 2023 11:43
Status Success
Total duration 2m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
CI/CD: Source/Concepts/ConceptAs.cs#L23
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L26
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L29
Possible null reference argument for parameter 'parameters' in 'int HashCodeHelper.Generate(params object[] parameters)'.
CI/CD: Source/Concepts/ConceptMap.cs#L7
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
CI/CD: Source/Security/Claims.cs#L83
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
CI/CD: Source/Security/Claims.cs#L61
Nullability of reference types in type of parameter 'other' of 'bool Claims.Equals(Claims other)' doesn't match implicitly implemented member 'bool IEquatable<Claims>.Equals(Claims? other)' (possibly because of nullability attributes).
CI/CD: Source/Security/Claims.cs#L63
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Security/Claims.cs#L85
Possible null reference argument for parameter 'other' in 'bool Claims.Equals(Claims other)'.
CI/CD: Source/Security/Claim.cs#L21
Possible null reference return.
CI/CD: Source/Async/Try.cs#L47
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L23
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L26
Possible null reference return.
CI/CD: Source/Concepts/ConceptAs.cs#L29
Possible null reference argument for parameter 'parameters' in 'int HashCodeHelper.Generate(params object[] parameters)'.
CI/CD: Source/Concepts/ConceptMap.cs#L7
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
CI/CD: Source/Async/Try`1.cs#L59
Possible null reference return.
CI/CD: Source/Async/Try`1.cs#L66
Possible null reference return.
CI/CD: Source/Async/Try.cs#L47
Possible null reference return.
CI/CD: Source/Security/Claims.cs#L83
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
CI/CD: Source/Security/Claims.cs#L61
Nullability of reference types in type of parameter 'other' of 'bool Claims.Equals(Claims other)' doesn't match implicitly implemented member 'bool IEquatable<Claims>.Equals(Claims? other)' (possibly because of nullability attributes).
CI/CD: Source/Security/Claim.cs#L21
Possible null reference return.