Skip to content

Improvements/safeguard clauses (#53) #141

Improvements/safeguard clauses (#53)

Improvements/safeguard clauses (#53) #141

Triggered via push September 1, 2024 16:38
Status Success
Total duration 1m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@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: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L1
'StronglyTypedId<T>' defines operator == or operator != but does not override Object.Equals(object o)
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L12
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L16
A possible null value may not be used for a type marked with
build: src/Core/EcommerceDDD.Core/EventBus/IntegrationEvent.cs#L17
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/EcommerceDDD.Core/EventBus/IntegrationEvent.cs#L17
Non-nullable property 'JSON_Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L26
Possible null reference return.
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L32
Dereference of a possibly null reference.
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L32
Possible null reference argument for parameter 'obj' in 'bool ValueObject<T>.Equals(object obj)'.
build: src/Core/EcommerceDDD.Core.Infrastructure/Marten/Tests/MartenQueryableStub.cs#L21
Type parameter 'TResult' has the same name as the type parameter from outer type 'MartenQueryableStub<TResult>'
build: src/Core/EcommerceDDD.Core.Infrastructure/Marten/Tests/MartenQueryableStub.cs#L27
Type parameter 'TResult' has the same name as the type parameter from outer type 'MartenQueryableStub<TResult>'