Add logger to all services #42
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
src/Services/Catalog/Catalog.API/Entities/Product.cs#L17
Non-nullable property 'ImageFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading