Install .NET 6 SDK to re-enable XAML Styler#294
Merged
Arlodotexe merged 2 commits intofeature/migrate-to-large-runnersfrom Sep 25, 2025
Merged
Install .NET 6 SDK to re-enable XAML Styler#294Arlodotexe merged 2 commits intofeature/migrate-to-large-runnersfrom
Arlodotexe merged 2 commits intofeature/migrate-to-large-runnersfrom
Conversation
`windows-latest` Actions CI image.
niels9001
approved these changes
Sep 19, 2025
michael-hawker
requested changes
Sep 25, 2025
Member
There was a problem hiding this comment.
We should just update the XAML Styler version in #295 and close this one.
|
|
||
| # Steps represent a sequence of tasks that will be executed as part of the job | ||
| steps: | ||
| # .NET 6 SDK is required for xamlstyler.console to run. |
Member
There was a problem hiding this comment.
Is there a newer version of XAML Styler which supports newer .NET versions?
Member
Author
There was a problem hiding this comment.
This was the latest available on nuget
c313acd
into
feature/migrate-to-large-runners
5 of 11 checks passed
Member
Author
|
Strange, I changed the base branch and it auto-closed? 🤔 I had another commit to push, needs to be reopened. |
Member
Author
|
GitHub isn't giving me a way to reopen the branch, and it looks like these changes are now present in the base branch that was merged. We'll just continue the PR in #295 then, but these changes should have been made before this PR was closed and merged into the base, not after. |
Member
|
But we don't want to install .NET 6 anymore, eh? |
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.
Fixes
This PR fixes the error observed at this CI run by installing the .NET 6 SDK explicitly.
Log for failed CI step:
Other information
See also actions/runner-images#12241