Skip to content

feat(sam): adding KMS key #36

feat(sam): adding KMS key

feat(sam): adding KMS key #36

Triggered via push October 19, 2023 13:33
Status Success
Total duration 2m 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: dotnet-test-samples/hexagonal-architecture/src/GetStock/Adapters/Model/CurrencyRates.cs#L8
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dotnet-test-samples/hexagonal-architecture/src/GetStock/Adapters/Model/CurrencyRates.cs#L11
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dotnet-test-samples/hexagonal-architecture/src/GetStock/Adapters/Model/CurrencyRates.cs#L14
Non-nullable property 'Rates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: dotnet-test-samples/hexagonal-architecture/src/GetStock/Functions.cs#L74
Dereference of a possibly null reference.