Skip to content

chore: add test to cover not sending empty array when other has data #181

chore: add test to cover not sending empty array when other has data

chore: add test to cover not sending empty array when other has data #181

Triggered via push February 12, 2024 19:34
Status Success
Total duration 37s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
No files were found with the provided path: src/OpenFga.Sdk/bin/Release/OpenFga.Sdk.*.nupkg. No artifacts will be uploaded.
test: src/OpenFga.Sdk/Client/ClientConfiguration.cs#L37
'ClientConfiguration.StoreId' hides inherited member 'Configuration.StoreId'. Use the new keyword if hiding was intended.
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L88
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L97
Nullability of reference types in type of parameter 'input' of 'bool AbortedMessageResponse.Equals(AbortedMessageResponse input)' doesn't match implicitly implemented member 'bool IEquatable<AbortedMessageResponse>.Equals(AbortedMessageResponse? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L107
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L65
Nullability of reference types in type of parameter 'input' of 'bool ClientCheckRequest.Equals(ClientCheckRequest input)' doesn't match implicitly implemented member 'bool IEquatable<ClientCheckRequest>.Equals(ClientCheckRequest? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs#L76
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs#L49
Nullability of reference types in type of parameter 'input' of 'bool ClientExpandRequest.Equals(ClientExpandRequest input)' doesn't match implicitly implemented member 'bool IEquatable<ClientExpandRequest>.Equals(ClientExpandRequest? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Client/Model/ClientListObjectsRequest.cs#L109
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).