Version 2.0.0-alpha002

Alpha
Date 2022-08-24 (746 days ago)
Downloads 597 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

New alpha release for Umbraco 10 🎉

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.ModelsBuilder --version 2.0.0-alpha002

or:

Install-Package Limbo.Umbraco.ModelsBuilder -Version 2.0.0-alpha002

#changelog">Changelog

  • Added additional constants and helper methods to constructed models (see #14 and 165efaa)
    This brings the generated models on line with original and embedded models builders. Thanks to @hfloyd for the PR 👍

  • Added support for [ImplementPropertyType] and [IgnorePropertyType] (see #13 and cf75589)
    This adds a bit more control to the models generation similar to the originals models builder.

  • Fixed issue with invalid type reference in generated models (see #12 and 27286c8)
    In certain scenarios with Nested Content properties, models would be generated referring to IEnumerable<> where the generic arguments being empty.

  • Converted the package to a Razor Class Library (see 473073b)
    This means backoffice assets are now served virtually from the NuGet package when working on a project locally, hopefully improving the developer experience a bit.