Improvements/general package update #150
ecommerceddd-build.yml
on: pull_request
build
59s
spa-test-verify
35s
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)'.
|