Skip to content

ci: Update to dotnet 9.0 #19

ci: Update to dotnet 9.0

ci: Update to dotnet 9.0 #19

Triggered via push December 14, 2024 07:51
Status Success
Total duration 1m 17s
Artifacts

dotnet.yml

on: push
build-and-test
1m 9s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test: src/Linker.Core/ApiModels/WebApiResponse.cs#L15
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L16
Non-nullable property 'Youtuber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Linker.Core/Models/Youtube.cs#L21
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Linker.Core/ApiModels/WebApiResponse.cs#L9
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.