add more logs #54
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
src/Services/Catalog/Catalog.API/Extensions/Extensions.cs#L11
Possible null reference argument for parameter 'mongodbConnectionString' in 'IHealthChecksBuilder MongoDbHealthCheckBuilderExtensions.AddMongoDb(IHealthChecksBuilder builder, string mongodbConnectionString, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L14
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L15
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Services/Catalog/Catalog.API/Entities/Product.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|