Add transaction command handler #7
Merged
Annotations
4 warnings
|
Build:
DannyGoodacre.Core.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L146
Argument of type 'Assembly' cannot be used for parameter 'assemblies' of type 'Assembly[]' in 'IServiceCollection extension(IServiceCollection).AddQueryHandlers(params Assembly[] assemblies)' due to differences in the nullability of reference types.
|
|
Build:
DannyGoodacre.Core.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L91
Argument of type 'Assembly' cannot be used for parameter 'assemblies' of type 'Assembly[]' in 'IServiceCollection extension(IServiceCollection).AddCommandHandlers(params Assembly[] assemblies)' due to differences in the nullability of reference types.
|
|
Build:
DannyGoodacre.Core.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L146
Argument of type 'Assembly' cannot be used for parameter 'assemblies' of type 'Assembly[]' in 'IServiceCollection extension(IServiceCollection).AddQueryHandlers(params Assembly[] assemblies)' due to differences in the nullability of reference types.
|
|
Build:
DannyGoodacre.Core.Tests/Extensions/ServiceCollectionExtensionsTests.cs#L91
Argument of type 'Assembly' cannot be used for parameter 'assemblies' of type 'Assembly[]' in 'IServiceCollection extension(IServiceCollection).AddCommandHandlers(params Assembly[] assemblies)' due to differences in the nullability of reference types.
|
Loading