-
Notifications
You must be signed in to change notification settings - Fork 256
Add support for language frameworks from extensions #5847
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome @vhvb1989 ! 🚀
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash:
pwsh:
WindowsPowerShell install
MSI install
Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overview
This PR implements support for language frameworks from extensions, following the same pattern as service targets. This addresses issue #5846 by allowing extensions to provide custom language frameworks that can be dynamically loaded and used by azd.
Changes
Core Framework Extension Support
Added gRPC Framework Service Protocol ()
External Framework Service Implementation ()
gRPC Server Integration ()
Service Manager Integration
Extension Host Improvements
Documentation & Examples
Comprehensive Documentation ()
Demo Implementation ()
Protocol Buffer Updates
Benefits
Testing
Implementation Details
Framework Service Protocol
The implementation uses a bidirectional gRPC stream for communication:
Extension Discovery
Lifecycle Management
Breaking Changes
None - this is a purely additive feature that maintains full backward compatibility.
Related Issues
Fixes #5846
Future Enhancements