refactor: don't use EndOfStream in async method #10397
Annotations
10 errors
|
Check formatting:
Modules/Devices/src/Devices.Infrastructure/Persistence/Database/DevicesDbContext.cs#L21
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
Modules/Devices/src/Devices.Infrastructure.Database.Postgres/Migrations/20240701074627_Init.cs#L3
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
Common/src/Common.Infrastructure/Persistence/Repository/PostgresMetricStatusesRepository.cs#L22
The type or namespace name 'NpgsqlConnection' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
Common/src/Common.Infrastructure/Persistence/Repository/PostgresMetricStatusesRepository.cs#L5
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
BuildingBlocks/src/BuildingBlocks.Infrastructure/Persistence/Database/AbstractDbContextBase.cs#L52
The type or namespace name 'NpgsqlRetryingExecutionStrategy' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
BuildingBlocks/src/BuildingBlocks.Infrastructure/Persistence/Database/AbstractDbContextBase.cs#L12
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
BuildingBlocks/src/BuildingBlocks.Application/Extensions/DbUpdateExceptionExtensions.cs#L21
The type or namespace name 'PostgresException' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
BuildingBlocks/src/BuildingBlocks.Application/Extensions/DbUpdateExceptionExtensions.cs#L3
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
Applications/DatabaseMigrator/src/DatabaseMigrator/Executor.cs#L26
The type or namespace name 'PostgresException' could not be found (are you missing a using directive or an assembly reference?)
|
|
Check formatting:
Applications/DatabaseMigrator/src/DatabaseMigrator/Executor.cs#L5
The type or namespace name 'Npgsql' could not be found (are you missing a using directive or an assembly reference?)
|
Loading