Skip to content

Updated documentation and metadata and fixed leftovers from .NET6 #54

Updated documentation and metadata and fixed leftovers from .NET6

Updated documentation and metadata and fixed leftovers from .NET6 #54

Triggered via push August 1, 2024 09:16
Status Success
Total duration 1m 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.