Lemon.ModuleNavigation.Avaloniaui 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lemon.ModuleNavigation.Avaloniaui --version 1.0.0
                    
NuGet\Install-Package Lemon.ModuleNavigation.Avaloniaui -Version 1.0.0
                    
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="Lemon.ModuleNavigation.Avaloniaui" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Lemon.ModuleNavigation.Avaloniaui" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Lemon.ModuleNavigation.Avaloniaui" />
                    
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 Lemon.ModuleNavigation.Avaloniaui --version 1.0.0
                    
#r "nuget: Lemon.ModuleNavigation.Avaloniaui, 1.0.0"
                    
#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 Lemon.ModuleNavigation.Avaloniaui@1.0.0
                    
#: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=Lemon.ModuleNavigation.Avaloniaui&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Lemon.ModuleNavigation.Avaloniaui&version=1.0.0
                    
Install as a Cake Tool

Lemon.ModuleNavigation

Logo

NuGet Badge

Introduction

Lemon.ModuleNavigation

A lightweight module navigation framework built on top of the Microsoft Dependency Injection (MSDI) for AvaloniaUI, WPF and .net-xaml-platforms else. Support native aot!

Lemon.ModuleNavigation.AvaloniaUI

Extending Lemon.ModuleNavigation, this package provides NavigationContainers specifically designed for AvaloniaUI.

Lemon.Extensions.ModuleNavigation.Sample.Desktop

This is a sample desktop application for Lemon.ModuleNavigation and Lemon.ModuleNavigation.AvaloniaUI using AvaloniaUI. It introduces Lemon.Hosting.AvaloniaUIDesktop to support the .NET Generic Host, although this is not a strict requirement. The only dependency for Lemon.ModuleNavigation is Microsoft.Extensions.DependencyInjection.Abstractions.

sample-show

AOT config:

Update .csproj

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    ...
    <PublishAot>true</PublishAot>
    <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
    ...
  </PropertyGroup>

  <PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">
	<IsTrimmable>true</IsTrimmable>
	<PublishTrimmed>true</PublishTrimmed>
  </PropertyGroup>

  <ItemGroup>
	<RdXmlFile Include="rd.xml" />
  </ItemGroup>
</Project>

Add rd.xml

<Directives>
	
	<Application>
		
		<Assembly Name="Lemon.ModuleNavigation.Sample" Dynamic="Required All"/>
		<Assembly Name="Lemon.ModuleNavigation.Avaloniaui" Dynamic="Required All"/>
		<Assembly Name="Lemon.ModuleNavigation" Dynamic="Required All"/>
	</Application>
</Directives>

Lemon.Toolkit

This is a practical application of Lemon.ModuleNavigation. It is a collection of toolkits for clients based on Semi-AvaloniaUI, Lemon.Hosting.AvaloniaUIDesktop, and Lemon.ModuleNavigation. As of now, it includes:

  • Module navigation based on NTabContainer
  • Custom HomeModule
  • Custom console log
  • File Inspector (ongoing)
  • File Comparer (ongoing)
  • ...

image

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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
2.2.1 163 7/28/2025
2.2.0 228 7/28/2025 2.2.0 is deprecated because it is no longer maintained.
2.1.2-rc 201 4/10/2025
2.1.1-rc 183 4/2/2025
2.1.0-rc 126 3/29/2025
2.0.9-beta 139 2/14/2025
2.0.8-beta 139 2/9/2025
2.0.7-beta 171 12/14/2024
2.0.6-beta 135 12/9/2024
2.0.5-beta 130 11/17/2024
2.0.4-beta 114 11/17/2024 2.0.4-beta is deprecated because it has critical bugs.
2.0.3-beta 169 11/14/2024
2.0.2-beta 131 11/13/2024
2.0.1-beta 133 11/12/2024
2.0.0-beta 116 11/10/2024
1.0.1 203 10/15/2024
1.0.0 180 10/11/2024