Date | 2022-03-30 (961 days ago) |
---|---|
Downloads | 242 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 5 |
Umbraco Versions | Umbraco 9 |
New beta release 🎉
#installation
">InstallationVia NuGet:
dotnet add package Limbo.Umbraco.ModelsBuilder --version 1.0.0-beta006
or:
Install-Package Limbo.Umbraco.ModelsBuilder -Version 1.0.0-beta006
#changelog
">ChangelogAdded PublishedModel
attribute to generated models (see fd81598
)
This ensures the content cache returns content using their respectively models - opposed to having to do this manually.
Added
directive to ignore warnings for error #pragma
0188
(see #7
, #9
and 01c3cdc
)
This instructs the compiler to ignore warnings about missing new
keyword for generated properties. Thanks to a PR from @hfloyd 👍
Changed the way backoffice assets are registered (see #5
and db9c3d7
)
Previous releases would cause Smidge to fail when running in production mode. This releases changes the way backoffice assets are registered, thereby also fixing the issue with Smidge.