![]() |
VOOZH | about |
dotnet add package Altinn.App.Core --version 8.12.4
NuGet\Install-Package Altinn.App.Core -Version 8.12.4
<PackageReference Include="Altinn.App.Core" Version="8.12.4" />
<PackageVersion Include="Altinn.App.Core" Version="8.12.4" />Directory.Packages.props
<PackageReference Include="Altinn.App.Core" />Project file
paket add Altinn.App.Core --version 8.12.4
#r "nuget: Altinn.App.Core, 8.12.4"
#:package Altinn.App.Core@8.12.4
#addin nuget:?package=Altinn.App.Core&version=8.12.4Install as a Cake Addin
#tool nuget:?package=Altinn.App.Core&version=8.12.4Install as a Cake Tool
👁 GitHub Workflow Status
👁 GitHub
<br/>
👁 NuGet / Altinn.App.Core
👁 NuGet / Altinn.App.Api
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
See .
Documentation on how to develop Altinn apps can be found here.
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
|
|
Altinn.FileAnalyzers
This class library holds extra file analyzers for Altinn Studio apps. |
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 |
|---|---|---|
| 9.0.0-preview.1 | 73 | 6/8/2026 |
| 8.12.4 | 0 | 6/18/2026 |
| 8.12.3 | 671 | 5/29/2026 |
| 8.12.2 | 222 | 5/29/2026 |
| 8.12.1 | 515 | 5/20/2026 |
| 8.12.0 | 1,458 | 4/29/2026 |
| 8.12.0-preview.1 | 83 | 4/22/2026 |
| 8.11.5 | 159 | 5/19/2026 |
| 8.11.4 | 182 | 4/29/2026 |
| 8.11.3 | 1,386 | 4/9/2026 |
| 8.11.2 | 696 | 3/25/2026 |
| 8.11.1 | 259 | 3/24/2026 |
| 8.11.0 | 466 | 3/23/2026 |
| 8.11.0-rc.3 | 81 | 3/18/2026 |
| 8.11.0-rc.2 | 122 | 3/18/2026 |
| 8.10.5 | 736 | 3/13/2026 |
| 8.10.4 | 255 | 3/13/2026 |
| 8.10.3 | 1,260 | 3/5/2026 |
| 8.10.2 | 899 | 2/25/2026 |
Release notes look best on GitHub: https://github.com/Altinn/app-lib-dotnet/releases/tag/v8.12.4
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### New Features 🎉
* add hideAppNameInPdf functionality to footer in the pdf by @walldenfilippa in https://github.com/Altinn/app-lib-dotnet/pull/1753
* Set data field by expression by @olavsorl in https://github.com/Altinn/app-lib-dotnet/pull/1683
* Support lists in expressions by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1769
* Support objects in expressions by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1777
* feat: revoke signee rights on signing task end by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1800
* Add Jmespath expression function by @TomasEng in https://github.com/Altinn/app-lib-dotnet/pull/1790
* refactor: fail softly on revoke issue by @HauklandJ in https://github.com/Altinn/app-lib-dotnet/pull/1819
### Bugfixes 🐛
* Fix 500 in payment status read when a concurrent webhook locks the data element by @Magnusrm in https://github.com/Altinn/app-lib-dotnet/pull/1804
### Dependency Upgrades 📦
* Update github-actions non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1806
* Update github-actions non-major dependencies to v5.3.0 by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1795
* Update nuget non-major dependencies (patch) by @renovate[bot] in https://github.com/Altinn/app-lib-dotnet/pull/1815
### Other Changes
* chore: add studioctl local configuration by @martinothamar-agent in https://github.com/Altinn/app-lib-dotnet/pull/1797
* chore: avoid analyzer test Buildalyzer hang by @martinothamar-agent in https://github.com/Altinn/app-lib-dotnet/pull/1798
## New Contributors
* @walldenfilippa made their first contribution in https://github.com/Altinn/app-lib-dotnet/pull/1753
**Full Changelog**: https://github.com/Altinn/app-lib-dotnet/compare/v8.12.3...v8.12.4