Biss.Offline.Client 10.4.1

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

Biss.Offline.Client

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

What can this NuGet package do?

Biss.Offline.Client provides comprehensive offline-first capabilities for BISS applications, enabling seamless local data caching, offline editing, and automatic synchronization when connectivity is restored. It includes the VmBaseOfflineList base class for building offline-capable list views with full CRUD operations that work without network connectivity.

What are the core features?

• Offline-First Lists - VmBaseOfflineList base class for offline-capable CRUD operations • Local Storage Management - Automatic persistence of data changes to local storage • Sync Queue Management - Track and manage pending changes for later synchronization • Conflict Detection - Detect and handle data conflicts during synchronization • Undo Functionality - Undo local changes before synchronization • Attribute-Based Configuration - [BissOfflineView] attribute for declarative offline support • Automatic Data Recovery - Restore unsynchronized changes after app restart • ViewModel Integration - Seamless integration with BISS ViewModel lifecycle

Dependencies
BISS Packages
Package Version Description
Biss Latest Core BISS framework and utilities
Biss.Apps.Core Latest BISS Apps core functionality
Biss.Offline.Base Latest Shared offline data contracts
NuGet Packages
Package Version Description
Microsoft.AspNetCore.SignalR.Client 10.0.2+ SignalR client for real-time synchronization updates
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

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
10.4.1 80 2/16/2026

Changelog.md