Biss.Apps.Template.BaseAppRestfulTemplate 10.4.1

dotnet add package Biss.Apps.Template.BaseAppRestfulTemplate --version 10.4.1
                    
NuGet\Install-Package Biss.Apps.Template.BaseAppRestfulTemplate -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.Template.BaseAppRestfulTemplate" 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.Template.BaseAppRestfulTemplate" Version="10.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Biss.Apps.Template.BaseAppRestfulTemplate" />
                    
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.Template.BaseAppRestfulTemplate --version 10.4.1
                    
#r "nuget: Biss.Apps.Template.BaseAppRestfulTemplate, 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.Template.BaseAppRestfulTemplate@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.Template.BaseAppRestfulTemplate&version=10.4.1
                    
Install as a Cake Addin
#tool nuget:?package=Biss.Apps.Template.BaseAppRestfulTemplate&version=10.4.1
                    
Install as a Cake Tool

Biss.Apps.Template.BaseAppRestfulTemplate

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

What can this NuGet package do?

Biss.Apps.Template.BaseAppRestfulTemplate is a dotnet template package that scaffolds a complete BISS BaseAppRestful project with built-in REST API client infrastructure. This template extends the standard BaseApp with pre-configured BissRestClient setup, NSwag client generation scripts, and REST controller wrappers. It provides the foundation for applications that communicate with a RESTful backend using the BISS.Restful.Client framework, including authentication handling, API endpoint management, and automatic client code generation from OpenAPI specifications.

What are the core features?

REST Client Infrastructure - Pre-configured BissRestClient with authentication and endpoint management • NSwag Integration - GenClient.bat script and .nswag configuration for automatic API client generation • Complete Project Structure - BaseAppRestful project with ViewModel, Models, and REST client folders • API Controller Wrappers - Sample controller implementations showing CRUD operations via REST endpoints • Authentication Ready - JWT token handling and refresh mechanisms pre-wired • Build Configuration - FodyWeavers.xml, assembly settings, and MSBuild targets for REST client compilation • Template Parameters - Customizable project name, namespace, and API base URL

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 (1)

Showing the top 1 NuGet packages that depend on Biss.Apps.Template.BaseAppRestfulTemplate:

Package Downloads
Biss.Apps.Template.BaseAppTemplate

Biss Core SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.4.1 148 2/16/2026

Changelog.md