Skip to content

doc: add draft description on readme file #18

doc: add draft description on readme file

doc: add draft description on readme file #18

Triggered via push May 1, 2024 21:43
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/OrderItem.cs#L7
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L29
Dereference of a possibly null reference.
build: src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Repository/InMemoryOrderRepository.cs#L27
Nullability of reference types in value of type 'Task<Order?>' doesn't match target type 'Task<Order>'.
build: src/FIAP.TechChallenge.ByteMeBurger.Infrastructure/Repository/InMemoryOrderRepository.cs#L27
Nullability of reference types in value of type 'Task<Order>' doesn't match target type 'Task<Order?>'.
build: src/FIAP.TechChallenge.ByteMeBurger.Api/Configuration/MySqlSettings.cs#L8
Non-nullable property 'Server' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Api/Configuration/MySqlSettings.cs#L11
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Api/Configuration/MySqlSettings.cs#L14
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/FIAP.TechChallenge.ByteMeBurger.Api/Configuration/MySqlSettings.cs#L20
Non-nullable property 'Database' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.