Altinn.App.Core 8.11.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Altinn.App.Core --version 8.11.0
                    
NuGet\Install-Package Altinn.App.Core -Version 8.11.0
                    
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.Core" Version="8.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altinn.App.Core" Version="8.11.0" />
                    
Directory.Packages.props
<PackageReference Include="Altinn.App.Core" />
                    
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.Core --version 8.11.0
                    
#r "nuget: Altinn.App.Core, 8.11.0"
                    
#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.Core@8.11.0
                    
#: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.Core&version=8.11.0
                    
Install as a Cake Addin
#tool nuget:?package=Altinn.App.Core&version=8.11.0
                    
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 (13)

Showing the top 5 NuGet packages that depend on Altinn.App.Core:

Package Downloads
Altinn.App.Api

This class library holds all the API controllers used by a standard Altinn 3 App.

Altinn.Codelists

This class library holds extra codelists for Altinn Studio apps.

PsA3Forms

Package Description

Ft.Datafangst.Utils

Package Description

mattilsynet.foniks.altinn.common

Felles funksjonalitet for altinnskjemaer

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Altinn.App.Core:

Repository Stars
Altinn/altinn-studio
Next generation open source Altinn platform and applications.
Version Downloads Last Updated
8.11.2 272 3/25/2026
8.11.1 197 3/24/2026
8.11.0 202 3/23/2026
8.11.0-rc.3 55 3/18/2026
8.11.0-rc.2 73 3/18/2026
8.11.0-preview.1 69 2/25/2026
8.10.5 558 3/13/2026
8.10.4 186 3/13/2026
8.10.3 843 3/5/2026
8.10.2 633 2/25/2026
8.10.1 622 2/23/2026
8.10.0 846 2/16/2026
8.10.0-preview.3 63 1/30/2026
8.10.0-preview.2 53 1/23/2026
8.10.0-preview.1 67 1/22/2026
8.9.2 2,454 1/8/2026
8.9.1 188 1/8/2026
8.9.0 917 1/6/2026
8.9.0-preview.5 155 12/22/2025
Loading failed

Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.11.0
<!-- Release notes generated using configuration in .github/release.yml at v8.11.0 -->
## What's Changed
### New Features 🎉
* Azure Key Vault IConfigurationProvider reload interval for live updates by @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1618
* Get library code lists directly without configuring provider and option id by @olavsorl in https://github.com/Altinn/app-lib-dotnet/pull/1593
* Add Set method to FormDataWrapper by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1630
* Add options endpoints to custom swagger by @olavsorl in https://github.com/Altinn/app-lib-dotnet/pull/1617
* Add instance lock service by @vxkc in https://github.com/Altinn/app-lib-dotnet/pull/1582
* feat: support email user instantiation by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1657
* Remove extraneous senders from Fiks Arkiv Payload by @tina-ahm in https://github.com/Altinn/app-lib-dotnet/pull/1685
* Support delegating additional actions in runtime delegating signing. by @bjorntore in https://github.com/Altinn/app-lib-dotnet/pull/1662
* Instantiation notification api approach by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1679
* Instantiation notification by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1703
* Arithmetic expression functions by @olavsorl in https://github.com/Altinn/app-lib-dotnet/pull/1651
* Secret provider by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1706
### Bugfixes 🐛
* Fix PDF filename variables for PDF service tasks without layout-set (auto PDF) by @bjorntore in https://github.com/Altinn/app-lib-dotnet/pull/1643
* Fix PdfService file name logic. Make null handling in DataElementIdetifier safer by @bjorntore in https://github.com/Altinn/app-lib-dotnet/pull/1648
* Update CurrentBinaryData on new form data elements after running data processing by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1664
* fix: require localtest version >= 3 for instance lock endpoints by @vxkc in https://github.com/Altinn/app-lib-dotnet/pull/1669
* Add fields parameter to party query endpoint URL by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1689
* Fix nullability issues in source generator by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1696
* fix: remove unnecessary exceptions when prefilling by @Jondyr in https://github.com/Altinn/app-lib-dotnet/pull/1700
* Modify some cases for TryDeserialize by @ivarne in https://github.com/Altinn/app-lib-dotnet/pull/1705
### Dependency Upgrades 📦
* refactor: update limits on correspondence texts by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1625
* chore(deps): update nuget non-major dependencies (minor) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1607
* Chore/format by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1629
* chore(deps): update dependency microsoft.net.test.sdk to v18 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1633
* chore(deps): update nuget non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1604
* chore(deps): update actions/cache action to v5 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1608
* chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1609
* chore(deps): update dependency buildalyzer.workspaces to v8 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1619
* chore(deps): update dependency wiremock.net to 1.24.0 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1639
* chore(deps): update dependency microsoft.extensions.caching.hybrid to v10 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1632
* chore(deps): update nuget non-major dependencies (minor) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1647
### Other Changes
* chore: MaskinportenClient tolerate authority without trailing slash, audience claim from issuer in OAuth metadata by @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1622
* chore: runtime configuration improvements by @martinothamar in https://github.com/Altinn/app-lib-dotnet/pull/1661
## New Contributors
* @tina-ahm made their first contribution in https://github.com/Altinn/app-lib-dotnet/pull/1685
**Full Changelog**: https://github.com/Altinn/app-lib-dotnet/compare/v8.9.0...v8.11.0