Biss.Restful.Service 10.4.1

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

Biss.Restful.Service

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

What can this NuGet package do?

Biss.Restful.Service provides server-side REST API infrastructure for BISS applications with Swagger/OpenAPI integration, standardized response filtering, and automatic API documentation generation. It streamlines the creation of RESTful controllers and endpoints with built-in best practices and BISS conventions.

What are the core features?

• Swagger Integration - Automatic OpenAPI/Swagger documentation with SwaggerGen • Service Extensions - AddBissRestful and UseBissRestful for easy service registration • Default Response Filters - Standardized HTTP status code responses (200, 400, 401, 404, 500) • XML Documentation - Automatic inclusion of XML comments in Swagger UI • Controller Base - IBissRestService interface for standardized controller implementation • Swagger UI - Optional interactive API documentation interface • ASP.NET Core Integration - Seamless integration with ASP.NET Core middleware pipeline

Dependencies
BISS Packages
Package Version Description
Biss Latest Core BISS framework and utilities
NuGet Packages
Package Version Description
Swashbuckle.AspNetCore.SwaggerGen 10.1.0+ Swagger generator for ASP.NET Core APIs
Swashbuckle.AspNetCore.SwaggerUI 10.1.0+ Swagger UI for interactive API documentation
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 (2)

Showing the top 2 NuGet packages that depend on Biss.Restful.Service:

Package Downloads
Biss.Apps.Template.ConnectivityHostTemplate

Biss Core SDK

Biss.Apps.Messaging.Service

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 68 2/16/2026

Changelog.md