Add ConfigurationSchemaGenerator to Aspire-Core.slnf#16711
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 16711Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 16711" |
There was a problem hiding this comment.
Pull request overview
Adds the ConfigurationSchemaGenerator tool project to the Aspire-Core.slnf solution filter so it opens with the core development workspace. This is a low-risk repo configuration update that improves access to an existing tool already present in the full solution.
Changes:
- Added
src\Tools\ConfigurationSchemaGenerator\ConfigurationSchemaGenerator.csprojtoAspire-Core.slnf. - Expanded the core solution filter to include the configuration schema generation tool alongside other actively developed projects.
|
No documentation PR is required for this change. This PR adds
|
Include
ConfigurationSchemaGeneratorproject in theAspire-Core.slnfsolution filter for easier development access.