Cleanup, more refactoring to collection expressions #1277
Annotations
21 warnings
CI/CD
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/
|
CI/CD:
Source/Diagnostics/ActivityExtensions.cs#L6
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/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/Async/Try`1.cs#L62
Possible null reference return.
|
CI/CD:
Source/Async/Try`1.cs#L69
Possible null reference return.
|
CI/CD:
Source/Async/Try.cs#L47
Possible null reference return.
|
CI/CD:
Source/Diagnostics/ActivityExtensions.cs#L6
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
CI/CD:
Source/Async/Try`1.cs#L62
Possible null reference return.
|
CI/CD:
Source/Async/Try`1.cs#L69
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/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.
|