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

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

Resolves #ISSUE_NUMBER ---- ### Before the change? * ### After the change? * ### Pull request checklist - [ ] Tests for the changes have been added (for bug fixes...

The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.

### What happened? https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#download-a-repository-archive-tar downloading a repo gets a Location header and downloads the binary content in Zip/Tar - currently the API only returns a Task so not data is...

Status: Triage
Type: Bug

This PR is the .NET side of https://github.com/octokit/go-sdk/pull/69. It's a work in progress. It's pending some discussion and decisions: - How should the examples be structured? - Are we comfortable...

### What happened? Fetching check runs for a commit results in a `FormatException`. ### Steps to reproduce: ```cs var cli = new GitHubClient(RequestAdapter.Create(new AnonymousAuthentificationProvider())); var runs = await cli.Repos["discord-net"]["Discord.Net"].Commits["ef9b79672bbe4edd8bf68a809b947bb3cc501935"].CheckRuns.GetAsync(); ```...

Status: Up for grabs
Type: Bug

### What happened? Take for example the `GitHub.Models.Release.Assets` property. AFAICT from [the API](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28), this property can be an empty array, but never null. ### Versions v0.0.3 ### Code of Conduct...

Type: Bug
Type: Design Considerations

Hey folks, I just took a quick look at pulling this into an existing application of mine and I thought I'd just give you some initial feedback. I didn't get...

Type: Support
Type: Design Considerations

### Describe the need I might have missed it, but there doesn't appear to be a friendly API for [uploading release assets](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#upload-a-release-asset). In Octokit, this was done like so: ```csharp...

Type: Feature
Type: Design Considerations

### Describe the need I'm assuming this might require changes in Kiota, so I don't know if this is even the correct place to file this feature request. [The API](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#create-a-release)...

Type: Feature
Type: Design Considerations