dotnet-sdk
dotnet-sdk copied to clipboard
OpenFGA SDK for .NET - https://www.nuget.org/packages/OpenFga.Sdk
### Checklist - [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved As a consumer of the SDK,...
### Checklist - [X] I have looked into the [README](https://github.com/openfga/dotnet-sdk/blob/main/README.md) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://openfga.dev/docs) and have not...
Bumps the dependencies group with 3 updates: [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest), [Moq](https://github.com/moq/moq) and [xunit](https://github.com/xunit/xunit). Updates `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1 Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.1 What's Changed [rel/17.11] Forward error output...
Bumps the dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 Release notes Sourced from codecov/codecov-action's releases. v4.6.0 What's Changed build(deps): bump github/codeql-action from 3.25.8 to 3.25.10...
Checklist I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). Describe the problem you'd like to have solved Right now, the metrics we emit are per-SDK method call...
### Checklist - [X] I have looked into the [README](https://github.com/openfga/dotnet-sdk/blob/main/README.md) and have not found a suitable solution or answer. - [X] I have looked into the [documentation](https://openfga.dev/docs) and have not...
## Description This brings in several changes (and should not be squashed). It will: - Bring in generator changes Generator PR: openfga/sdk-generator#420 - Limit default retries to 3 - Update...
Currently, many of the SDKs treat errors from the underlying checks (after retrying) as a falsy value. So if after 3 retries, check returned 500, ListRelations would treat it as...
### Checklist - [x] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved https://github.com/openfga/api/pull/211 added the ability to specify...
## Description Pulls updates from sdk-generator after latest release and adds support for start time in read changes ## References https://github.com/openfga/sdk-generator/pull/455 https://github.com/openfga/sdk-generator/pull/420 https://github.com/openfga/sdk-generator/pull/398 ## Review Checklist - [ ] I...