Skip to content

Merge pull request #425 from aws-samples/bug/416-net-typeo #58

Merge pull request #425 from aws-samples/bug/416-net-typeo

Merge pull request #425 from aws-samples/bug/416-net-typeo #58

Triggered via push January 29, 2026 16:05
Status Success
Total duration 2m 25s
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#L11
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: dotnet-test-samples/test-containers/src/ServerlessTestApi.Core/IProductsDAO.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: dotnet-test-samples/test-containers/src/ServerlessTestApi.Core/IProductsDAO.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.