Build flow rework, Build Project Panel and per-platform build profiles#263
Open
xZekro51 wants to merge 10 commits intoProwlEngine:New-Editorfrom
Open
Build flow rework, Build Project Panel and per-platform build profiles#263xZekro51 wants to merge 10 commits intoProwlEngine:New-Editorfrom
xZekro51 wants to merge 10 commits intoProwlEngine:New-Editorfrom
Conversation
…rt for cmd builds
…or settings and build robustness improvements
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Reworked the build process to be more consistent and predictable, as well as strengthening the built project's Program.cs with Assembly probing in the runtimes folder.
Also added provisional PublishTrimmed optional parameter, which slightly reduces build size (I've seen a 50MB reduction, but other settings could be more impactful, even though potentially unsafe).
Made BuildSettings serialized through
Prowl.Echoto fully support polymorphic lists, asSystem.Text.Json's way of doing it is way too hacky.Added
PlatformBuildProfilewith Platform-specific settings for builds, as well as scripting define symbols.BuildSettingsstill holds the general settings that are relevant across different platforms.Lastly, added support for cmd builds and async builds with progress reporting, which are especially useful for CI/CD systems where builds need to be updated.
Any feedback is welcome!