Anaximapper 1.0.5
dotnet add package Anaximapper --version 1.0.5
NuGet\Install-Package Anaximapper -Version 1.0.5
<PackageReference Include="Anaximapper" Version="1.0.5" />
paket add Anaximapper --version 1.0.5
#r "nuget: Anaximapper, 1.0.5"
// Install Anaximapper as a Cake Addin #addin nuget:?package=Anaximapper&version=1.0.5 // Install Anaximapper as a Cake Tool #tool nuget:?package=Anaximapper&version=1.0.5
Anaximapper is an Umbraco 9 port of Umbraco Mapper, which was developed to support a more pure MVC approach to building Umbraco applications. Since it's development a number of other similar solutions have been released, including of course "models builder", now part of Umbraco core.
If your preferred approach to MVC with Umbraco though is to use route hijacking and construct page specific view models, rather than relying on the one-to-one mapping of document types to content models available with models builder, you may find Anaximapper a useful addition. Via convention and configuration, you can have your view models automatically populated from Umbraco data, without having to manually map each property yourself.
Read more details, installation and usage instructions and review the code at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net5.0
- Umbraco.Cms.Web.Common (>= 9.0.0 && < 13.0.0)
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 |
---|---|---|
1.0.5 | 379 | 7/19/2023 |
1.0.4 | 2,592 | 3/29/2023 |
1.0.3 | 1,923 | 4/20/2022 |
1.0.2 | 577 | 4/12/2022 |
1.0.1 | 570 | 3/24/2022 |
1.0.0 | 977 | 10/13/2021 |
1.0.0-beta-2 | 301 | 9/23/2021 |
1.0.0-beta-1 | 291 | 7/11/2021 |