Skip to content

.NET build and test #52

.NET build and test

.NET build and test #52

Manually triggered July 31, 2024 11:38
Status Success
Total duration 2m 1s
Artifacts

dotnet.yml

on: workflow_dispatch
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.