Add support for HttpStatusCode: Created to the ResultStatus mapping (… #89
Annotations
11 warnings
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#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Ardalis.Result.AspNetCore/ActionResultExtensions.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Ardalis.Result.AspNetCore/ActionResultExtensions.cs#L79
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.
|
Loading