Caleb Lloyd
Caleb Lloyd
Small optimization to stop wrapping headers buffer in `Nullable` I think this may technically be a breaking change in its current state due to changing the signature in `NatsSubBase.ReceiveAsync`. But...
### Describe the need The requests to get Actions Workflow also allow for passing a workflow file name as string: https://docs.github.com/en/rest/actions/workflows?apiVersion=2022-11-28#about-workflows-in-github-actions > You can replace workflow_id with the workflow file...
### What happened? ```csharp await client.Repos[repository.Org!.Alias][repository.Name].Actions.Workflows[workflowId].Runs.GetAsync(); ``` throws ``` JsonException: The JSON value could not be converted to System.Int32. Path: $ | LineNumber: 0 | BytePositionInLine: 11. FormatException: Either the...
### Describe the need [Get repository content](https://docs.github.com/en/rest/repos/contents?apiVersion=2022-11-28#get-repository-content) supports getting Directory contents - See Examples 2 and 4. I think this may be using `application/json` so 4 would be the correct...