Skip to content

Merge branch 'dotnet-upgrade-to-net8' of https://github.com/aws-sampl… #55

Merge branch 'dotnet-upgrade-to-net8' of https://github.com/aws-sampl…

Merge branch 'dotnet-upgrade-to-net8' of https://github.com/aws-sampl… #55

Triggered via push August 1, 2024 14:42
Status Success
Total duration 2m 5s
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/Adapters/Model/CurrencyRates.cs#L8
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.