Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET - Namespaces clash between SDKs #145

Open
caleblloyd opened this issue Dec 18, 2024 · 0 comments
Open

.NET - Namespaces clash between SDKs #145

caleblloyd opened this issue Dec 18, 2024 · 0 comments

Comments

@caleblloyd
Copy link

All 3 of the .NET SDKs use the same Namespaces.

This means that it would not be possible to import multiple SDK types into the same project.

A GitHub App may be installed in multiple organizations. For example, it could be installed into:

  • org1 - Free/Pro/Team
  • org2 - GitHub Enterprise cloud

It is currently not possible to install both SDKs into the same project, so that the GitHub App could use the appropriate API to access each Organization. Example:

dotnet add package GitHub.Octokit.SDK
dotnet add package GitHub.Octokit.GHEC.SDK

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant