build(deps): upgrade Avalonia to 11.0.0-rc2.2#5
Draft
BinToss wants to merge 19 commits into
Draft
Conversation
- build: project 'Sample' now targets .NET 6.0. .NET Core 3.1 is out of support. - refactor: AppBuilder extension LogToDebug is now LogToTrace - build(deps): Avalonia's requested version is now defined in Directory.Build.props - build: remove nuget.config BREAKING CHANGE: - build(deps): all consumers of Avalonia.GroupBox must target Avalonia 11.0.0-rc2.2 or later.
refactor: change App to AXAML
Using directive is unnecessary. Roslyn(IDE0005)
This interface will probably be removed in Avalonia 12. It's already redundant as most Control classes are now based on StyledElement, a concrete class equivalent to IStylable.
this is now a generated method
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.
Resolves #4
TODO:
GroupBox Avalonia Sample Light 2023-07-05 031127
GroupBox Avalonia Sample Dark 2023-07-05 031543
Change Log (Updated After Every Forced PUSH)
All notable changes to this project will be documented in this file. See versionize for commit guidelines.
2.0.0-rc2.2 (2023-7-5)
Bug Fixes
Breaking Changes
Other
1.2.1-preview5
Bug Fixes
1.2.0.0-preview5
Features
1.1.1.0
Features