Skip to content

Otel (#233)

Otel (#233) #1182

Triggered via push October 4, 2023 10:46
Status Success
Total duration 2m 47s
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/UniqueBindings.cs#L17
The type 'TValue' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
CI/CD: Source/Common/UniqueBindings.cs#L18
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
CI/CD: Source/Common/Model/DeDuplicatedIdentifierMap.cs#L22
Cannot convert null literal to non-nullable reference type.
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).