Skip to content

Improvements/general package update #150

Improvements/general package update

Improvements/general package update #150

Triggered via pull request December 5, 2024 04:45
Status Success
Total duration 1m 7s
Artifacts

ecommerceddd-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
spa-test-verify
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/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.Infrastructure/Integration/IntegrationHttpSettings.cs#L5
Non-nullable property 'ApiGatewayBaseUrl' 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.Infrastructure/Extensions/EnumExtension.cs#L11
Possible null reference argument for parameter 'name' in 'FieldInfo? Type.GetField(string name)'.