Skip to content

dan/per-11119-add-rebac-native-support-for-dotnet-sdk (#31) #6

dan/per-11119-add-rebac-native-support-for-dotnet-sdk (#31)

dan/per-11119-add-rebac-native-support-for-dotnet-sdk (#31) #6

Triggered via push December 15, 2024 12:31
Status Success
Total duration 1m 16s
Artifacts

tests.yml

on: push
test-dotnet-sdk
1m 7s
test-dotnet-sdk
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test-dotnet-sdk
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L18093
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L18140
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
test-dotnet-sdk: src/permit/Api.cs#L36
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
test-dotnet-sdk: src/permit/Enforcement.cs#L71
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L18148
Possible null reference argument for parameter 'discriminator' in 'Type JsonInheritanceConverter.GetObjectSubtype(Type objectType, string discriminator)'.
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L13271
Non-nullable property 'Error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L13283
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L13289
Non-nullable property 'Extra' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L13296
Non-nullable property 'Redirect_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-dotnet-sdk: src/permit/PermitOpenAPIElements.cs#L13298
Non-nullable field '_additionalProperties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.