Biss 10.4.1

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

Biss.Core

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

What can this NuGet package do?

This NuGet package provides the foundation for all Biss libraries. It includes essential classes, interfaces, collections, enums, event arguments, and model classes that are required by other Biss NuGet packages. This is the core library of the Biss ecosystem.

How do I use it?

For using this library, simply install the NuGet package. When using other Biss NuGet packages, Biss.Core is automatically installed as a dependency, so you don't need to install it separately.

What are the core features?

  • Interfaces - Interfaces for various classes and services used across Biss libraries
  • Collections - Custom ObservableCollection implementation and extension methods
  • Enums - Various enums for applications, authentication, and more
  • Event Arguments - Custom event arguments for different event types
  • Models - Model classes for various use cases including authentication, file handling, and styling
  • Serialization - JSON and other serialization utilities
  • Time Utilities - Date and time handling helpers
  • Exception Handling - Custom exception types for Biss libraries
  • Extension Methods - Comprehensive extension methods for common operations

Dependencies

Package Version Purpose
Microsoft.Extensions.Hosting.Abstractions 10.0.2+ Dependency injection and hosting abstractions
Microsoft.Extensions.Logging.Debug 10.0.2+ Debug logging provider
PropertyChanged.Fody 4.1.0+ Automatic INotifyPropertyChanged implementation
System.Text.Json 10.0.2+ JSON serialization and deserialization
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 (24)

Showing the top 5 NuGet packages that depend on Biss:

Package Downloads
Biss.Core.Logging.Events

Biss Core SDK

Biss.Cli

Biss Core SDK

Biss.Web

Biss Core SDK

Biss.Db

Biss Core SDK

Biss.DbCacheConverter

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 277 2/12/2026

Changelog.md