V1.6/release #112
Merged
V1.6/release #112
Annotations
10 errors and 10 warnings
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L20
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L20
The type or namespace name 'IHandler<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L49
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L45
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L30
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L25
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L22
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L22
The type or namespace name 'IHandler<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L20
The type or namespace name 'ICommand' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.Tests/Mediator/Tests/MediatorTests.cs#L20
The type or namespace name 'IHandler<,>' could not be found (are you missing a using directive or an assembly reference?)
|
|
src/Cortex.States.RocksDb/RocksDbStateStore.cs#L12
The field 'RocksDbStateStore<TKey, TValue>._handle' is never used
|
|
src/Cortex.States.RocksDb/RocksDbStateStore.cs#L12
The field 'RocksDbStateStore<TKey, TValue>._handle' is never used
|
|
src/Cortex.Mediator/Infrastructure/UnitOfWork.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/Cortex.Mediator/DependencyInjection/ServiceCollectionExtensions.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Cortex.Mediator/Infrastructure/UnitOfWork.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/Cortex.Mediator/DependencyInjection/ServiceCollectionExtensions.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Cortex.Mediator/Infrastructure/UnitOfWork.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/Cortex.Mediator/Infrastructure/UnitOfWork.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
src/Cortex.Mediator/DependencyInjection/ServiceCollectionExtensions.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Cortex.Mediator/DependencyInjection/ServiceCollectionExtensions.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading