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.
Go to file
2025-07-05 21:26:57 +02:00
.vscode Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Properties Added Visual Studio Codium settings 2025-07-05 21:06:59 +02:00
Source Iterated a bit on the dialog view model design, it now uses the UI dispatcher to ensure the Close() method is invoked in the UI thread 2025-07-05 21:26:57 +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 Fixed nullability warnings in virtualized collections 2025-07-05 21:06:59 +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