fix(client): read all tuples #117
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 10 warnings
test
Process completed with exit code 1.
|
test:
src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L25
'IClientCheckRequest.ContextualTuples' hides inherited member 'IClientContextualTuplesWrapper.ContextualTuples'. Use the new keyword if hiding was intended.
|
test:
src/OpenFga.Sdk/Model/Any.cs#L68
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
test:
src/OpenFga.Sdk/Model/Any.cs#L77
Nullability of reference types in type of parameter 'input' of 'bool Any.Equals(Any input)' doesn't match implicitly implemented member 'bool IEquatable<Any>.Equals(Any? other)' (possibly because of nullability attributes).
|
test:
src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L96
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
test:
src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L59
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/Any.cs#L35
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/Model/Assertion.cs#L90
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
test:
src/OpenFga.Sdk/Model/Assertion.cs#L99
Nullability of reference types in type of parameter 'input' of 'bool Assertion.Equals(Assertion input)' doesn't match implicitly implemented member 'bool IEquatable<Assertion>.Equals(Assertion? other)' (possibly because of nullability attributes).
|