Minor optimizations & warning cleanup #1278
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, dolittle/establish-context-action@v2, dolittle/update-version-info-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
Source/Concepts/ConceptAs.cs#L23
Possible null reference return.
|
Build:
Source/Concepts/ConceptAs.cs#L26
Possible null reference return.
|
Build:
Source/Concepts/ConceptAs.cs#L29
Possible null reference argument for parameter 'parameters' in 'int HashCodeHelper.Generate(params object[] parameters)'.
|
Build:
Source/Async/Try`1.cs#L62
Possible null reference return.
|
Build:
Source/Async/Try`1.cs#L69
Possible null reference return.
|
Build:
Source/Async/Try.cs#L47
Possible null reference return.
|
Build:
Source/Common/ClientSetup/ClientBuildResult.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/ClientSetup/ClientBuildResult.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/ClientSetup/FailureBuildResult.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Common/Model/DeDuplicatedIdentifierMap.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Build Samples:
Source/Concepts/ConceptAs.cs#L23
Possible null reference return.
|
Build Samples:
Source/Concepts/ConceptAs.cs#L26
Possible null reference return.
|
Build Samples:
Source/Concepts/ConceptAs.cs#L29
Possible null reference argument for parameter 'parameters' in 'int HashCodeHelper.Generate(params object[] parameters)'.
|
Build Samples:
Source/Async/Try`1.cs#L62
Possible null reference return.
|
Build Samples:
Source/Async/Try`1.cs#L69
Possible null reference return.
|
Build Samples:
Source/Async/Try.cs#L47
Possible null reference return.
|
Build Samples:
Source/Security/Claim.cs#L21
Possible null reference return.
|
Build Samples:
Source/Common/ClientSetup/ClientBuildResult.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build Samples:
Source/Common/ClientSetup/ClientBuildResult.cs#L46
Cannot convert null literal to non-nullable reference type.
|
Build Samples:
Source/Common/ClientSetup/FailureBuildResult.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Loading