Altinn.Authorization.ModelUtils
1.0.0
dotnet add package Altinn.Authorization.ModelUtils --version 1.0.0
NuGet\Install-Package Altinn.Authorization.ModelUtils -Version 1.0.0
<PackageReference Include="Altinn.Authorization.ModelUtils" Version="1.0.0" />
<PackageVersion Include="Altinn.Authorization.ModelUtils" Version="1.0.0" />
<PackageReference Include="Altinn.Authorization.ModelUtils" />
paket add Altinn.Authorization.ModelUtils --version 1.0.0
#r "nuget: Altinn.Authorization.ModelUtils, 1.0.0"
#addin nuget:?package=Altinn.Authorization.ModelUtils&version=1.0.0
#tool nuget:?package=Altinn.Authorization.ModelUtils&version=1.0.0
Altinn.Authorization.ModelUtils
Altinn.Authorization.ModelUtils
contains model utilities used by the Altinn Authorization teams.
Contributing
We welcome contributions to Altinn.Authorization.ModelUtils
! If you have suggestions, bug fixes, or new features to propose, feel free to fork the repository, create a new branch, and submit a pull request.
How to Contribute
- Fork the repository.
- Create a feature branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Create a pull request.
License
This project is licensed under the MIT License – see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
-
net9.0
- CommunityToolkit.Diagnostics (>= 8.4.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Altinn.Authorization.ModelUtils:
Package | Downloads |
---|---|
Altinn.Authorization.ModelUtils.Swashbuckle
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 154 | 4/15/2025 |
# Changelog
## 1.0.0 (2025-04-15)
### Features
* add `FieldValue<T>` ([#214](https://github.com/Altinn/altinn-authorization-utils/issues/214)) ([711f3b1](https://github.com/Altinn/altinn-authorization-utils/commit/711f3b11f80f088dd6b9ee003d3ff941ff2820ae))
* add `NonExhaustiveEnum<T>` ([#215](https://github.com/Altinn/altinn-authorization-utils/issues/215)) ([eca7941](https://github.com/Altinn/altinn-authorization-utils/commit/eca794191a057c9461e2907b8779459b70ce1e04))
* add model-utils project ([#205](https://github.com/Altinn/altinn-authorization-utils/issues/205)) ([d590c5c](https://github.com/Altinn/altinn-authorization-utils/commit/d590c5c7d47c08a2fd894577d5640609dc5e51d7))
* field-value-record models ([#239](https://github.com/Altinn/altinn-authorization-utils/issues/239)) ([e75e444](https://github.com/Altinn/altinn-authorization-utils/commit/e75e444ffeaaac922a84509624a306d456050f62))
* field-value-record swagger support ([#240](https://github.com/Altinn/altinn-authorization-utils/issues/240)) ([2984b5e](https://github.com/Altinn/altinn-authorization-utils/commit/2984b5e493dd10a915f21875e119d8afed22a7c7))
* non-exhaustive-enum-filter ([#225](https://github.com/Altinn/altinn-authorization-utils/issues/225)) ([0109545](https://github.com/Altinn/altinn-authorization-utils/commit/0109545a6a3352383c27156c12b5b2ecf6acd348))