Skip to content

docs: update response object structure and event naming in README #30

docs: update response object structure and event naming in README

docs: update response object structure and event naming in README #30

Triggered via push November 23, 2024 00:27
Status Success
Total duration 59s
Artifacts
build-and-test
49s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Bmb.Production.Redis/KitchenOrderRepository.cs#L54
Possible null reference argument for parameter 'item' in 'void List<KitchenOrderDto>.Add(KitchenOrderDto item)'.
build-and-test: src/Bmb.Production.Redis/KitchenOrderRepository.cs#L75
Dereference of a possibly null reference.
build-and-test: src/Bmb.Production.Redis/KitchenOrderRepository.cs#L111
Dereference of a possibly null reference.
build-and-test: tests/Bmb.Production.Application.Test/ReplicateOrderUseCaseTest.cs#L28
The variable 'x' is assigned but its value is never used
build-and-test: src/Bmb.Production.DI/HealthChecks/RedisHealthCheck.cs#L49
Possible null reference assignment.
build-and-test: src/Bmb.Production.Api/Program.cs#L52
The type 'Bmb.Tools.Auth.JwtOptions?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'Bmb.Tools.Auth.JwtOptions?' doesn't match 'class' constraint.
build-and-test: src/Bmb.Production.Api/Extensions/Presenter.cs#L6
Missing XML comment for publicly visible type or member 'Presenter'
build-and-test: src/Bmb.Production.Api/Extensions/Presenter.cs#L8
Missing XML comment for publicly visible type or member 'Presenter.ToNextOrderResponse(KitchenOrderDto)'
build-and-test: src/Bmb.Production.Redis/KitchenOrderRepository.cs#L54
Possible null reference argument for parameter 'item' in 'void List<KitchenOrderDto>.Add(KitchenOrderDto item)'.
build-and-test: src/Bmb.Production.Redis/KitchenOrderRepository.cs#L75
Dereference of a possibly null reference.