Skip to content

Avoid double-tracing event handlers #1180

Avoid double-tracing event handlers

Avoid double-tracing event handlers #1180

Triggered via push October 4, 2023 10:40
Status Success
Total duration 4m 6s
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/Common/ClientSetup/ClientBuildResult.cs#L25
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Common/ClientSetup/ClientBuildResult.cs#L46
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Common/ClientSetup/FailureBuildResult.cs#L18
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Common/Model/DeDuplicatedIdentifierMap.cs#L22
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Common/Model/DeDuplicatedIdentifierMap.cs#L32
Cannot convert null literal to non-nullable reference type.
CI/CD: Source/Common/Model/Identifier.cs#L93
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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/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/Microservices/VersionConverter.cs#L14
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time.
CI/CD: Source/Common/ClientSetup/FailureBuildResult.cs#L18
Cannot convert null literal to non-nullable reference type.