Biss.Apps 10.4.1

dotnet add package Biss.Apps --version 10.4.1
                    
NuGet\Install-Package Biss.Apps -Version 10.4.1
                    
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="Biss.Apps" Version="10.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Biss.Apps" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Biss.Apps" />
                    
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 Biss.Apps --version 10.4.1
                    
#r "nuget: Biss.Apps, 10.4.1"
                    
#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 Biss.Apps@10.4.1
                    
#: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=Biss.Apps&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Biss.Apps&version=10.4.1
                    
Install as a Cake Tool

Biss.Apps

© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at

What can this NuGet package do?

Biss.Apps is the foundational cross-platform library for building BISS applications. It provides shared abstractions, base classes, and contracts used by both MAUI and Blazor implementations. The library follows the MVVM pattern and offers a comprehensive infrastructure for navigation, view models, commands, and application lifecycle management. It serves as the common ground between native mobile apps and web applications, ensuring code reusability and consistent architecture across platforms.

What are the core features?

MVVM Base Classes - Complete view model hierarchy including VmBase, VmBaseCrud, VmBaseList, and VmBaseInfo for consistent data management patterns • Cross-Platform Navigation - Abstract navigation contracts and helpers that work seamlessly across MAUI and Blazor implementations • View Discovery Attributes - [BissAppConnected] and [ViewName] attributes for automatic view-to-viewmodel wiring and dependency injection • Command Infrastructure - BcCommand and BcCommandSelectable for declarative UI action handling with async support • Page Controls - BissPageControlsBase for header and footer management controlled directly from view models • Application Service Base - BissAppServiceBase for dependency injection and service configuration • Startup Arguments - Unified handling of app launch parameters and deep linking • iCalendar Integration - Built-in helpers for calendar event management via Ical.Net

Dependencies
BISS Packages
Package Version Purpose
Biss Latest Core BISS framework with serialization, logging, and utilities
NuGet Packages
Package Version Purpose
Ical.Net 5.2.0+ Calendar data handling and iCal format support
PropertyChanged.Fody 4.1.0+ Automatic property change notification for MVVM
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (6)

Showing the top 5 NuGet packages that depend on Biss.Apps:

Package Downloads
Biss.Apps.Maui

Biss Core SDK

Biss.Apps.Template.BaseAppTemplate

Biss Core SDK

Biss.Apps.Messaging.Client

Biss Core SDK

Biss.Offline.Client

Biss Core SDK

Biss.Apps.Blazor

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 163 2/16/2026

Changelog.md