You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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/Teamorg2
- GitHub Enterprise cloudIt 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:
The text was updated successfully, but these errors were encountered: