Skip to content

Merge pull request #62 from behdad088/small_log_refactoring #36

Merge pull request #62 from behdad088/small_log_refactoring

Merge pull request #62 from behdad088/small_log_refactoring #36

Triggered via push October 5, 2023 15:52
Status Success
Total duration 2m 40s
Artifacts

catalog-api.yml

on: push
Fit to window
Zoom out
Zoom in

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.