(#18) nuar: payload builder udpate [pack-all-force] #71
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/
|
Publish packages:
src/Nuar/src/Nuar/Formatters/NetJsonOutputFormatter.cs#L15
Nullability of type of parameter 'type' doesn't match overridden member (possibly because of nullability attributes).
|
Publish packages:
src/Nuar/src/Nuar/IOptionsProvider.cs#L5
Cannot convert null literal to non-nullable reference type.
|
Publish packages:
src/Nuar/src/Nuar/Options/OptionsProvider.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Publish packages:
src/Nuar/src/Nuar/Options/OptionsProvider.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Publish packages:
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 packages:
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 packages:
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 packages:
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 packages:
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.
|
Publish packages:
src/Nuar/src/Nuar/WebApi/WebApiEndpointParameter.cs#L8
Non-nullable property 'Example' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading