Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Avalonia and Upgrade to NET8 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lordfrishetti1
Copy link

  • Updated Avalonia UI framework to v11.0.11 across all projects, ensuring compatibility and leveraging new features.
  • Adjusted project GUIDs and restructured projects within the solution, including renaming "Porting10" to "Porting11", adding "CustomControl", and reintroducing "ButtonCustomize" with a new GUID.
  • Updated related dependencies, including CommunityToolkit.Mvvm to v8.2.2 and Microsoft.Extensions.DependencyInjection to v8.0.0, among others, for improved stability and performance.
  • Made conditional package updates for debug configurations, specifically for Avalonia.Diagnostics and Avalonia.ReactiveUI, to align with the Avalonia version update.
  • Added explicit reference to Avalonia.Themes.Fluent.dll in Porting10.csproj to address specific project requirements or build issues.
  • Implemented minor formatting adjustments across project files for better readability and consistency.
  • Modified SplashWindow.axaml.cs to correctly override the OnLoaded method, ensuring compatibility with the updated Avalonia version.

- Updated Avalonia UI framework to v11.0.11 across all projects, ensuring compatibility and leveraging new features.
- Adjusted project GUIDs and restructured projects within the solution, including renaming "Porting10" to "Porting11", adding "CustomControl", and reintroducing "ButtonCustomize" with a new GUID.
- Updated related dependencies, including `CommunityToolkit.Mvvm` to v8.2.2 and `Microsoft.Extensions.DependencyInjection` to v8.0.0, among others, for improved stability and performance.
- Made conditional package updates for debug configurations, specifically for `Avalonia.Diagnostics` and `Avalonia.ReactiveUI`, to align with the Avalonia version update.
- Added explicit reference to `Avalonia.Themes.Fluent.dll` in `Porting10.csproj` to address specific project requirements or build issues.
- Implemented minor formatting adjustments across project files for better readability and consistency.
- Modified `SplashWindow.axaml.cs` to correctly override the `OnLoaded` method, ensuring compatibility with the updated Avalonia version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant