Skip to content

(#18) nuar: update requests processor [pack-all-force] #74

(#18) nuar: update requests processor [pack-all-force]

(#18) nuar: update requests processor [pack-all-force] #74

Triggered via push October 6, 2024 10:46
Status Success
Total duration 2m 12s
Billable time 3m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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_test
No files were found with the provided path: src/*/TestResults/. No artifacts will be uploaded.
publish
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/
publish: src/Nuar/src/Nuar/IOptionsProvider.cs#L5
Cannot convert null literal to non-nullable reference type.
publish: src/Nuar/src/Nuar/Options/OptionsProvider.cs#L14
Cannot convert null literal to non-nullable reference type.
publish: src/Nuar/src/Nuar/Options/OptionsProvider.cs#L24
Cannot convert null literal to non-nullable reference type.
publish: src/Nuar/src/Nuar/Formatters/NetJsonOutputFormatter.cs#L17
Nullability of type of parameter 'type' doesn't match overridden member (possibly because of nullability attributes).
publish: src/Nuar/src/Nuar/WebApi/WebApiEndpointResponse.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Nuar/src/Nuar/WebApi/WebApiEndpointResponse.cs#L7
Non-nullable property 'Example' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Nuar/src/Nuar/Auth/PolicyManager.cs#L21
Possible null reference return.
publish: src/Nuar/src/Nuar/WebApi/WebApiEndpointParameter.cs#L5
Non-nullable property 'In' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Nuar/src/Nuar/WebApi/WebApiEndpointParameter.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/Nuar/src/Nuar/WebApi/WebApiEndpointParameter.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.