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:06:59 +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 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
.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 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
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