Skip to content
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

System to automatically add new projects to solution in content #5610

Open
PJB3005 opened this issue Jan 16, 2025 · 0 comments
Open

System to automatically add new projects to solution in content #5610

PJB3005 opened this issue Jan 16, 2025 · 0 comments
Labels
Area: Tooling Difficulty: 3-Hard Extensive codebase knowledge required. Issue: Feature This issue is a feature request Issue: Needs Cleanup This issue needs general code cleanup. Priority: 2-Important Status: Help Wanted

Comments

@PJB3005
Copy link
Member

PJB3005 commented Jan 16, 2025

With the way RT and content assemblies are configured, any addition of a new project in RT is a breaking change that needs the solution to be updated in content. This sucks!

The solution format does not support any form of "import this other file" like MSBuild does. So that really leaves us no option for doing this with "standard" tooling.

My current idea is to make RUN_THIS.py automatically splice things into the solution file. Given that git_helper.py already runs every time you run a git checkout by default, this should be able to work? But it might be annoying.

@PJB3005 PJB3005 added Priority: 2-Important Area: Tooling Difficulty: 3-Hard Extensive codebase knowledge required. Status: Help Wanted Issue: Feature This issue is a feature request Issue: Needs Cleanup This issue needs general code cleanup. labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Tooling Difficulty: 3-Hard Extensive codebase knowledge required. Issue: Feature This issue is a feature request Issue: Needs Cleanup This issue needs general code cleanup. Priority: 2-Important Status: Help Wanted
Projects
None yet
Development

No branches or pull requests

1 participant