add more logs #53
Annotations
10 warnings
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L8
Non-nullable property 'RoutingKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L8
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L15
Non-nullable property 'RoutingKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L15
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/Services/Discount/Discount.API/Entities/Coupon.cs#L6
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/Services/Discount/Discount.API/Entities/Coupon.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/Services/Discount/Discount.API/Program.cs#L71
Possible null reference argument for parameter 'connectionString' in 'DiscountRepository.DiscountRepository(string connectionString)'.
|
Run /./.github/workflows/composite/build-push:
src/Services/Discount/Discount.API/Extensions/Extensions.cs#L11
Possible null reference argument for parameter 'npgsqlConnectionString' in 'IHealthChecksBuilder NpgSqlHealthCheckBuilderExtensions.AddNpgSql(IHealthChecksBuilder builder, string npgsqlConnectionString, string healthQuery = "SELECT 1;", Action<NpgsqlConnection>? connectionAction = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L8
Non-nullable property 'RoutingKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run /./.github/workflows/composite/build-push:
src/BuildingBlocks/EventBus/RabbitMQ/Event/IntegrationEvent.cs#L8
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading