XamlX upgrade - #6288
Merged
metalgearsloth merged 10 commits intoJul 24, 2026
Merged
Conversation
sowelipililimute
force-pushed
the
work/jblackquill/demo-xamlx
branch
2 times, most recently
from
January 10, 2026 05:36
94f916f to
e128d52
Compare
Contributor
Author
|
mostly working but xaml jit is broken on MethodAccessExceptions and i cannot figure out for the life of me what's going on there (needs content changes for how i reorganized the button styles) |
sowelipililimute
force-pushed
the
work/jblackquill/demo-xamlx
branch
2 times, most recently
from
January 23, 2026 21:12
b71f8b9 to
fd8a120
Compare
sowelipililimute
marked this pull request as ready for review
January 23, 2026 23:14
2 tasks
sowelipililimute
force-pushed
the
work/jblackquill/demo-xamlx
branch
2 times, most recently
from
May 5, 2026 21:36
431bd10 to
203f276
Compare
2 tasks
Contributor
|
this will close #2023 (although i wasnt even aware it was possible to do it with that weird syntax) |
psykana
reviewed
May 5, 2026
sowelipililimute
force-pushed
the
work/jblackquill/demo-xamlx
branch
from
July 5, 2026 04:17
6c8da94 to
417cf14
Compare
sowelipililimute
force-pushed
the
work/jblackquill/demo-xamlx
branch
from
July 5, 2026 04:20
a7e19b8 to
eec68aa
Compare
2 tasks
Fildrance
approved these changes
Jul 6, 2026
Member
There was a problem hiding this comment.
Looking good. CLI build was doing perfectly fine, VS choked a bit due to multiple targets, but was fine after some package restore. Test fail is obviously due to content not being updated with new StyleClass declaration way. We probably merge this one before conent :) not the other way around.
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.
Requires space-wizards/space-station-14#44513
This updates our XamlX to a newer version that lets us more easily support features such as templated controls and data binding without having to try and backport verifiable code fixes to our 5-year-old fork of XamlX.
Breaking Changes
The syntax for multiple style classes has changed from:
to
Closes #2023.