Skip to content

Making minimal api stuff work in net6 #92

Making minimal api stuff work in net6

Making minimal api stuff work in net6 #92

Triggered via push September 11, 2024 18:40
Status Success
Total duration 1m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result.AspNetCore/ActionResultExtensions.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result.AspNetCore/ActionResultExtensions.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result.AspNetCore/ActionResultExtensions.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: sample/Ardalis.Result.SampleWeb/Program.cs#L65
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb/Program.cs#L65
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb/Program.cs#L65
Dereference of a possibly null reference.