chore(ci): restrict workflow permissions #367
Annotations
11 warnings
|
src/OpenFga.Sdk/Client/ClientConfiguration.cs#L37
'ClientConfiguration.StoreId' hides inherited member 'Configuration.StoreId'. Use the new keyword if hiding was intended.
|
src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L88
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/OpenFga.Sdk/Model/AbortedMessageResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/OpenFga.Sdk/Client/Model/ClientCheckRequest.cs#L107
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
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).
|
src/OpenFga.Sdk/Model/Any.cs#L69
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
src/OpenFga.Sdk/Model/Any.cs#L78
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).
|
src/OpenFga.Sdk/Client/Model/ClientExpandRequest.cs#L76
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
|
This job succeeded
Loading