Support SDK generation outside Azure/azure-sdk-for-net #38143
Labels
Azure.Core.TestFramework
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
EngSys
This issue is impacting the engineering system.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
no-recent-activity
There has been no recent activity on this issue.
Milestone
With goals of becoming more of a toolset, we need to support building - but not necessarily shipping; we'll still be the authoritative, official source of client libraries - SDKs outside our repo. This is related to our efforts with code generation atop TypeSpec, both for generating server source as well as client source - the latter of which would be used for testing the service and giving the service team an early preview of what using their SDK would look like so they can make adjustments to their TypeSpecs as needed.
Currently, I can think of the following issue(s) that prevent us from supporting this:
Azure.Core
but containing only shared source. IIRC, we did (or still do) something like this with autorest.csharp.<ProjectReference>
but we could publish this and use a<PackageReference>
instead. License and description could specify it's only in support of developer Azure SDKs, or perhaps we publish it to an internal feed if we're not ready to completely open it up.The text was updated successfully, but these errors were encountered: