Bodoconsult.App.Avalonia.ReactiveUI 1.0.9

dotnet add package Bodoconsult.App.Avalonia.ReactiveUI --version 1.0.9
                    
NuGet\Install-Package Bodoconsult.App.Avalonia.ReactiveUI -Version 1.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bodoconsult.App.Avalonia.ReactiveUI" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bodoconsult.App.Avalonia.ReactiveUI" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="Bodoconsult.App.Avalonia.ReactiveUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bodoconsult.App.Avalonia.ReactiveUI --version 1.0.9
                    
#r "nuget: Bodoconsult.App.Avalonia.ReactiveUI, 1.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Bodoconsult.App.Avalonia.ReactiveUI@1.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bodoconsult.App.Avalonia.ReactiveUI&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=Bodoconsult.App.Avalonia.ReactiveUI&version=1.0.9
                    
Install as a Cake Tool

Bodoconsult.App.Avalonia.ReactiveUI

Overview

Bodoconsult.App.ReactiveUi is a base library with basic functionality for multilayered monolithic WPF or Avalonia based applications. Here some one the features:

  • Navigation supporting regions in window instances.

  • OS independent definition of menus and context menus

  • View model base class MainWindowViewModel for app main window

Bodoconsult.App.Avalonia.ReactiveUI is implementing features of Bodoconsult.App.ReactiveUI based on Avalonia

What does the library

Bodoconsult.App.Avalonia is a library with basic functionality for multilayered monolithic Avalonia based applications.

  • Navigation supporting regions in window instances.

  • OS independent definition of menus and context menus

  • View model base class MainWindowViewModel for app main window

  • Access to clipboard via IUiClipboardService / ClipboardService

  • Access to filepicker dialogs via IUiFileDialogService / FileDialogService

See sample app AvaloniaReactiveUiDemoApp for a simple introduction how to work with menus and region based navigation and other features of Bodoconsult.App.Avalonia.ReactiveUI.

How to use the library

The source code contains NUnit test classes the following source code is extracted from. The samples below show the most helpful use cases for the library.

App start infrastructure basics

See page app start infrastructure for details.

View model base class MainWindowViewModel for app main window

// ToDo

OS independent definition of menus and context menus

// ToDo

// ToDo

About us

Bodoconsult http://www.bodoconsult.de is a Munich based software company from Germany.

Robert Leisner is senior software developer at Bodoconsult. See his profile on http://www.bodoconsult.de/Curriculum_vitae_Robert_Leisner.pdf.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.9 101 8/21/2026

New package