chore: bump core packages to v18.2.10 #144
Annotations
12 warnings
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/
|
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/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/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>'
|
Loading