Skip to content

chore: update documentation and ci (#34) #127

chore: update documentation and ci (#34)

chore: update documentation and ci (#34) #127

Triggered via push December 1, 2023 16:12
Status Success
Total duration 35s
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/Model/GetStoreResponse.cs#L108
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/GetStoreResponse.cs#L117
Nullability of reference types in type of parameter 'input' of 'bool GetStoreResponse.Equals(GetStoreResponse input)' doesn't match implicitly implemented member 'bool IEquatable<GetStoreResponse>.Equals(GetStoreResponse? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs#L88
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs#L97
Nullability of reference types in type of parameter 'input' of 'bool ReadAssertionsResponse.Equals(ReadAssertionsResponse input)' doesn't match implicitly implemented member 'bool IEquatable<ReadAssertionsResponse>.Equals(ReadAssertionsResponse? other)' (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/ReadAssertionsResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/GetStoreResponse.cs#L40
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/GetStoreResponse.cs#L40
Cannot convert null literal to non-nullable reference type.
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/ReadAssertionsResponse.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/Any.cs#L69
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).