Skip to content

feat: add support for exporting metrics #304

feat: add support for exporting metrics

feat: add support for exporting metrics #304

Triggered via push July 22, 2024 10:56
Status Failure
Total duration 45s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
Process completed with exit code 1.
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/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/Model/Any.cs#L69
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: 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).
test: src/OpenFga.Sdk/Model/Any.cs#L35
Cannot convert null literal to non-nullable reference type.
test: src/OpenFga.Sdk/Model/Assertion.cs#L92
Nullability of type of parameter 'input' doesn't match overridden member (possibly because of nullability attributes).
test: src/OpenFga.Sdk/Model/Assertion.cs#L101
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).