Merge pull request #62 from behdad088/small_log_refactoring #36
Annotations
10 warnings
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
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/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.
|