octokit / source-generator

Generates SDKs from GitHub's OpenAPI specification. Built on Kiota.
8 stars 3 forks source link

Fix dotnet-sdk sample #66

Closed kfcampbell closed 3 months ago

kfcampbell commented 3 months ago

This PR replays https://github.com/octokit/dotnet-sdk/pull/89 in the source-generator. I noticed when reviewing https://github.com/octokit/dotnet-sdk/pull/90 that those changes were going to be undone.

In the future once this architecture is more fully fleshed out, we'll have to be more careful with our documentation so contributors (including ourselves) understand the relationship between the repositories and know where to make changes appropriately.