-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Add internal source generator for experimental features #18302
Copy link
Copy link
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugNeeds-TriageThe issue is new and needs to be triaged by a work group.The issue is new and needs to be triaged by a work group.Resolution-No ActivityIssue has had no activity for 6 months or moreIssue has had no activity for 6 months or moreWG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Summary of the new feature / enhancement
There's a lot of boiler plate in experimental features, it'd be nice to have a source generator which takes this code:
NOTE: Of course this would only benefit folks working on this repo specifically, but it would greatly simplify adding experimental features in the engine and leave less room for typos/missed files.
and have it generate:
and
Proposed technical implementation details (optional)
No response