Improved documentation on the testing helpers, and minor refactorings #1232
Annotations
21 warnings
CI/CD
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, dolittle/establish-context-action@v2, dolittle/update-version-info-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/ConceptFactory.cs#L24
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
CI/CD:
Source/Concepts/ConceptFactory.cs#L24
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
CI/CD:
Source/Microservices/VersionConverter.cs#L14
Use 'GeneratedRegexAttribute' to generate the regular expression implementation at compile-time. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1045)
|
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/Async/Try`1.cs#L62
Possible null reference return.
|
CI/CD:
Source/Async/Try.cs#L47
Possible null reference return.
|
CI/CD:
Source/Async/Try`1.cs#L69
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/ConceptFactory.cs#L24
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
CI/CD:
Source/Concepts/ConceptFactory.cs#L24
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
CI/CD:
Source/Async/Try`1.cs#L62
Possible null reference return.
|
CI/CD:
Source/Async/Try`1.cs#L69
Possible null reference return.
|