Skip to content

docs: update README to remove outdated webhook instructions and add K… #479

docs: update README to remove outdated webhook instructions and add K…

docs: update README to remove outdated webhook instructions and add K… #479

Triggered via push November 23, 2024 00:27
Status Success
Total duration 2m 34s
Artifacts

dotnet.yml

on: push
Create Semantic Release
0s
Create Semantic Release
SonarCloud
0s
SonarCloud
build-docker-image
0s
build-docker-image
Terraform Apply
0s
Terraform Apply
Create terraform destroy plan
0s
Create terraform destroy plan
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Bmb.Orders.Domain/Entities/Order.cs#L24
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bmb.Orders.Domain/Entities/Order.cs#L36
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Bmb.Orders.Domain/Entities/Order.cs#L43
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/GetOrderDetailsUseCase.cs#L17
Possible null reference argument for parameter 'customer' in 'void Order.SetCustomer(Customer customer)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L62
Possible null reference argument for parameter 'Name' in 'CustomerReplicaDto.CustomerReplicaDto(Guid Id, string Cpf, string Name, string Email)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L63
Possible null reference argument for parameter 'Email' in 'CustomerReplicaDto.CustomerReplicaDto(Guid Id, string Cpf, string Name, string Email)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Application/UseCases/Orders/CreateOrderUseCase.cs#L67
Possible null reference argument for parameter 'paymentId' in 'OrderCreated.OrderCreated(Guid id, CustomerReplicaDto? customer, List<OrderItemReplicaDto> items, OrderStatus status, string orderTrackingCode, PaymentId paymentId, decimal total)'.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/ProductDto.cs#L21
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/ProductDto.cs#L21
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Persistence/Dto/CustomerDto.cs#L13
Non-nullable property 'Cpf' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.