dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

OpenFGA SDK for .NET - https://www.nuget.org/packages/OpenFga.Sdk

Results 22 dotnet-sdk issues
Sort by recently updated
recently updated
newest added

### 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 I'm using the "dotnet" command in...

enhancement

### 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...

bug

### 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 I'm prototyping an application that leverages...

enhancement
good first issue

### 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 The current README examples don't compile...

enhancement
good first issue

Token endpoint path should be fetched from issuer's openid configuration (.well-known/openid-configuration) endpoint. AzureAD has oauth2/token for instance and OAuth2Client is unable to fetch access token using client credentials flow (FgaApiNotFoundError...

enhancement
good first issue

Related SDK Generator issue: https://github.com/openfga/sdk-generator/issues/77

enhancement

Bumps the dependencies group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.8.1 to 2.9.0 Commits 593e573 v2.9.0 f070472 Enable XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS environment variable to skip sho... 80a2294 For Assert.Equivalent,...

dependencies
.NET

Bumps the dependencies group with 2 updates: [actions/setup-dotnet](https://github.com/actions/setup-dotnet) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/setup-dotnet` from 4.0.0 to 4.0.1 Release notes Sourced from actions/setup-dotnet's releases. v4.0.1 What's Changed Documentation changes: Update README.md to...

dependencies
github_actions

## Description ## References ## Review Checklist - [ ] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added documentation for new/changed functionality in this...

## Description Introduces [OpenTelemetry](https://opentelemetry.io/) metrics reporting into the SDK for specific actions. We're intentionally starting with only a few metric events that we can then grow over time. We don't...