Skip to content

no message

no message #374

Triggered via push November 27, 2023 11:23
Status Success
Total duration 59s
Artifacts

blauhaus.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/Blauhaus.Domain.Client/DtoCaches/InMemoryDtoCache.cs#L38
'DomainErrors.NotFound<T>()' is obsolete: 'Moved to Blauhaus.Error'
build: src/Blauhaus.Domain.Server/Actors/BaseServerActor.cs#L51
'BaseServerActor<TId>.DisposeAsync()' hides inherited member 'BaseDisposable.DisposeAsync()'. Use the new keyword if hiding was intended.
build: src/Blauhaus.Domain.Server.EFCore/Extensions/EntityExtensions.cs#L12
'DomainErrors.NotFound<T>()' is obsolete: 'Moved to Blauhaus.Error'
build: src/Blauhaus.Domain.Server.EFCore/DtoLoaders/BaseDbDtoLoader.cs#L53
'DomainErrors.NotFound<T>()' is obsolete: 'Moved to Blauhaus.Error'
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L38
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'AuthenticatedCommandHandlerMockBuilder<TPayload, TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L41
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'VoidAuthenticatedCommandHandlerMockBuilder<TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L39
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'AuthenticatedCommandHandlerMockBuilder<TPayload, TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L39
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'IAuthenticatedCommandHandler<TPayload, TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L42
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'VoidAuthenticatedCommandHandlerMockBuilder<TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.
build: src/Blauhaus.Domain.TestHelpers/Extensions/MockContainerExtensions.cs#L42
The type 'TUser' cannot be used as type parameter 'TUser' in the generic type or method 'IVoidAuthenticatedCommandHandler<TCommand, TUser>'. Nullability of type argument 'TUser' doesn't match 'notnull' constraint.