refactoring: ♻️ upgrade to .net 8 and upgrade packages (#1) #15
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Server/Shared/LeaderBoard.SharedKernel/Web/SlugifyParameterTransformer.cs#L8
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
|
src/Server/Shared/LeaderBoard.SharedKernel/Web/SlugifyParameterTransformer.cs#L11
Possible null reference return.
|
src/Server/Shared/LeaderBoard.SharedKernel/Contracts/Domain/IHaveIdentity.cs#L6
Possible null reference return.
|
src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/EventStore/StreamEventData.cs#L13
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Server/Shared/LeaderBoard.SharedKernel/Web/ProblemDetail/DefaultProblemDetailMapper.cs#L18
Nullable value type may be null.
|
src/Server/Shared/LeaderBoard.SharedKernel/Reflection/ReflectionUtilities.cs#L12
Possible null reference return.
|
src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/EventStore/AggregateStore.cs#L62
Possible null reference argument for parameter 'aggregateId' in 'IDomainEvent IDomainEvent.WithAggregate(dynamic aggregateId, long version)'.
|
src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/EventStore/InMemory/InMemoryEventStore.cs#L99
Nullability of reference types in value of type 'Task<TAggregate>' doesn't match target type 'Task<TAggregate?>'.
|
src/Server/Shared/LeaderBoard.SharedKernel/Domain/AggregateFactory.cs#L19
Possible null reference return.
|
src/Server/Shared/LeaderBoard.SharedKernel/Reflection/ReflectionUtilities.cs#L126
Possible null reference argument for parameter 'type' in 'ParameterExpression Expression.Variable(Type type)'.
|
The logs for this run have expired and are no longer available.
Loading