MVVM support library for Avalonia that keeps view models isolated from views while still giving them a route to request modal dialogs to be shown with a powerful convention-over-configuration design where they only need to specify what other view model they would like to use.
Find a file
2026-04-28 10:09:28 +02:00
.vscode Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Properties Made the TPageEnumeration a value type so the multi page view model can start out with 'null' and switch to the initial page after the main window loads 2026-04-28 10:09:28 +02:00
Source Made the TPageEnumeration a value type so the multi page view model can start out with 'null' and switch to the initial page after the main window loads 2026-04-28 10:09:28 +02:00
.editorconfig Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
.gitignore Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Directory.Build.props Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Nuclex.Avalonia (netstandard-2.0).csproj Began porting my MultiPageViewModel from the Windows Forms library to the Avalonia library; updated copyright statement for the year 2026 2026-04-27 16:12:25 +02:00
Nuclex.Avalonia.Tests (netstandard-2.0).csproj Initial porting attempt of my WinForms MVVM library to Avalonia; added IWindowScope as a new reature because this library should support Microsoft's dependency injector 2025-07-05 21:06:55 +02:00