Add option for automatic project updating. #23505
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've got my project set up so I don't have to manually add files, it just scoops up all the appropriate files for me. This works great except Godot keeps modifying my .csproj on its own. I originally turned this off in my own branch, but given that it's working exactly how I want I figured I'd turn it into an option and send it upstream.
I've got it as a project setting instead of an editor setting because I find it hard to imagine a situation where one person would want it and another wouldn't; either it Just Does The Right Thing in all cases, or it will instantly corrupt your .csproj when it triggers. So it's a project setting.