Altinn.App.Clients.Fiks 8.9.0-preview.3

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

GitHub Workflow Status GitHub<br/>

NuGet / Altinn.App.Core NuGet / Altinn.App.Api

Altinn.App .NET libraries

Altinn.App .NET libraries for apps running on Altinn 3, part of the Altinn Studio product.

These libraries support the runtime of Altinn apps by

  • Exposing APIs used by service owners and the frontend (app-frontend-react) of an Altinn app
  • Exposing abstractions to interact with features of Altinn Studio and Altinn 3 Platform services

Contributing

See /CONTRIBUTING.md.

Documentation

Documentation on how to develop Altinn apps can be found here.

Architecture

This template is built using .NET

The below diagram shows the different layers.

Template

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
8.9.0-preview.3 279 11/21/2025
8.9.0-preview.2 158 11/7/2025

Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.9.0-preview.3
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### New Features 🎉
* Support options with group binding by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1576
### Bugfixes 🐛
* Handle the nullable hack we use for [XmlText] fields by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1566
### Dependency Upgrades 📦
* chore(deps): update github/codeql-action digest to 5d5cd55 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1556
* chore(deps): update nuget non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1557
* chore(deps): update actions/upload-artifact action to v5 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1546
* chore(deps): update nuget non-major dependencies (minor) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1558
### Other Changes
* Gracefully shutdown app by @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1543
* Improve Layout component hierarchy by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1574
* Adds MIME type for .ifc files by @MLapinskas in https://github.com/Altinn/app-lib-dotnet/pull/1581
## New Contributors
* @MLapinskas made their first contribution in https://github.com/Altinn/app-lib-dotnet/pull/1581
**Full Changelog**: https://github.com/Altinn/app-lib-dotnet/compare/v8.9.0-preview.2...v8.9.0-preview.3