Skip to content

Merge pull request #48 from bougwal/feature/jest-leftovers-cleanup #120

Merge pull request #48 from bougwal/feature/jest-leftovers-cleanup

Merge pull request #48 from bougwal/feature/jest-leftovers-cleanup #120

Triggered via push February 16, 2024 02:57
Status Success
Total duration 1m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L3
'StronglyTypedId<T>' defines operator == or operator != but does not override Object.Equals(object o)
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L14
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L9
Dereference of a possibly null reference.
build: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L17
A possible null value may not be used for a type marked with
build: src/Core/EcommerceDDD.Core/EventBus/IntegrationEvent.cs#L15
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/EcommerceDDD.Core/EventBus/IntegrationEvent.cs#L15
Non-nullable property 'JSON_Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Core/EcommerceDDD.Core/Domain/StronglyTypedId.cs#L32
Possible null reference return.
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L36
Dereference of a possibly null reference.
build: src/Core/EcommerceDDD.Core/Domain/ValueObject.cs#L36
Possible null reference argument for parameter 'obj' in 'bool ValueObject<T>.Equals(object obj)'.
build: src/Core/EcommerceDDD.Core/Testing/DummyEventStoreRepository.cs#L26
Nullability of reference types in value of type 'Task<TA?>' doesn't match target type 'Task<TA>'.