Altinn.App.Core
8.11.0-rc.2
See the version list below for details.
dotnet add package Altinn.App.Core --version 8.11.0-rc.2
NuGet\Install-Package Altinn.App.Core -Version 8.11.0-rc.2
<PackageReference Include="Altinn.App.Core" Version="8.11.0-rc.2" />
<PackageVersion Include="Altinn.App.Core" Version="8.11.0-rc.2" />
<PackageReference Include="Altinn.App.Core" />
paket add Altinn.App.Core --version 8.11.0-rc.2
#r "nuget: Altinn.App.Core, 8.11.0-rc.2"
#:package Altinn.App.Core@8.11.0-rc.2
#addin nuget:?package=Altinn.App.Core&version=8.11.0-rc.2&prerelease
#tool nuget:?package=Altinn.App.Core&version=8.11.0-rc.2&prerelease
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.
| Product | Versions 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. |
-
net8.0
- Altinn.ApiClients.Maskinporten (>= 8.0.1)
- Altinn.Common.AccessTokenClient (>= 1.1.5)
- Altinn.Common.EFormidlingClient (>= 1.3.3)
- Altinn.Common.PEP (>= 4.2.2)
- Altinn.Platform.Models (>= 1.6.1)
- Altinn.Platform.Storage.Interface (>= 4.4.0)
- JsonPatch.Net (>= 3.3.0)
- JWTCookieAuthentication (>= 3.0.1)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.23.0)
- Microsoft.Extensions.Caching.Hybrid (>= 10.2.0)
- Microsoft.FeatureManagement.AspNetCore (>= 4.4.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 8.15.0)
- Microsoft.Rest.ClientRuntime (>= 2.3.24)
- Microsoft.Rest.ClientRuntime.Azure (>= 3.3.19)
- Newtonsoft.Json (>= 13.0.4)
- OpenTelemetry.Api (>= 1.15.0)
- System.Text.RegularExpressions (>= 4.3.1)
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.3 | 0 | 4/9/2026 |
| 8.11.2 | 329 | 3/25/2026 |
| 8.11.1 | 202 | 3/24/2026 |
| 8.11.0 | 211 | 3/23/2026 |
| 8.11.0-rc.3 | 56 | 3/18/2026 |
| 8.11.0-rc.2 | 73 | 3/18/2026 |
| 8.11.0-preview.1 | 69 | 2/25/2026 |
| 8.10.5 | 569 | 3/13/2026 |
| 8.10.4 | 191 | 3/13/2026 |
| 8.10.3 | 850 | 3/5/2026 |
| 8.10.2 | 658 | 2/25/2026 |
| 8.10.1 | 664 | 2/23/2026 |
| 8.10.0 | 854 | 2/16/2026 |
| 8.10.0-preview.3 | 63 | 1/30/2026 |
| 8.10.0-preview.2 | 55 | 1/23/2026 |
| 8.10.0-preview.1 | 70 | 1/22/2026 |
| 8.9.2 | 2,476 | 1/8/2026 |
| 8.9.1 | 188 | 1/8/2026 |
| 8.9.0 | 919 | 1/6/2026 |
Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.11.0-rc.2
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### New Features 🎉
* 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
### Bugfixes 🐛
* 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
## 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.11.0-preview.1...v8.11.0-rc.2