(#18) nuar: update payloadBuilder [pack-all-force] #69
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/
|
src/Nuar/src/Nuar/Options/OptionsProvider.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/Nuar/src/Nuar/Options/OptionsProvider.cs#L24
Cannot convert null literal to non-nullable reference type.
|
src/Nuar/src/Nuar/Formatters/NetJsonOutputFormatter.cs#L15
Nullability of type of parameter 'type' doesn't match overridden member (possibly because of nullability attributes).
|
src/Nuar/src/Nuar/IOptionsProvider.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/Nuar/src/Nuar/Error.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar/src/Nuar/Error.cs#L6
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar/src/Nuar/Error.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar/src/Nuar/Configuration/Auth.cs#L12
Non-nullable property 'Policies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar/src/Nuar/Configuration/Service.cs#L5
Non-nullable property 'LocalUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar/src/Nuar/Configuration/Service.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading