AFLCoreUmbraco 0.0.1-alpha3
Please use the default Models builder instead
See the version list below for details.
dotnet add package AFLCoreUmbraco --version 0.0.1-alpha3
NuGet\Install-Package AFLCoreUmbraco -Version 0.0.1-alpha3
<PackageReference Include="AFLCoreUmbraco" Version="0.0.1-alpha3" />
paket add AFLCoreUmbraco --version 0.0.1-alpha3
#r "nuget: AFLCoreUmbraco, 0.0.1-alpha3"
// Install AFLCoreUmbraco as a Cake Addin #addin nuget:?package=AFLCoreUmbraco&version=0.0.1-alpha3&prerelease // Install AFLCoreUmbraco as a Cake Tool #tool nuget:?package=AFLCoreUmbraco&version=0.0.1-alpha3&prerelease
AFL
Introduction
v9: https://www.nuget.org/packages/AFLCoreUmbraco/
Older versions of Umbraco
v8: https://www.nuget.org/packages/AFLUmbraco8/ Getting started: todo (contact : kontakt@appstract.dk ) v7: https://www.nuget.org/packages/AFLUmbraco/ Getting started: todo (contact : kontakt@appstract.dk )
Getting Started
- Provide a Default Controller Inheriting from UmbracoDefaultControllerbase.
- In startup, while ConfiguringServices call the extension method
services.InitializeAFL<TDefaultController>(IConfugration)
where TDefaulcontroller is your implementation from step1. - In Configure call
app.UseAFL(new[] { GetType().Assembly /*.. other assemblies */ })
Its adviced to supply an assembly ending in .Core to store your businesslogic models for the models builder
AFL Basics
Classes representing renderable nodes should be decorated with the [Renderable]
Attribute. Every site should have atleast 1 renderable root.
TODO: Provide example
Dependency injection.
Basic AFL models now support dependency injection in the constructor. The first argument to a given models constructor should always be IPublishedContent node
ModelBuilder notes
Currently the models builder will first look for a project ending in .Core and write the models there. If none is found it will take the first defined in step 3.
Eventhandling notes
The base events are handled. We could add support for moving trashing and others in the future.
Search
Custom indexes should in theory work, but only the default external index is currently tested.
To search decorate your models properties with the [Searchable]
attribute.
In your controller or your model you can now inject the Searcher<TResultType>
class, which will return results of type TResultType
Improvement Proposals.
- IOptions support.
- After this JSON Schema could be nice, to improve discoverability
- ModelBuilder, Define path of new models in AppSettings, before looking for a .Core Assembly, or simply taking the first assembly defined.
- A Wrapper for Element types more logical than AFLModelBase - too many properties doesnt fit ElementTypes.
Manually packing for nuspec
dotnet pack -p:NuspecFile=AFLUmbracoWeb.nuspec
Learn more about Target Frameworks and .NET Standard.
-
- AFLCore (>= 0.0.1-alpha3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AFLCoreUmbraco:
Package | Downloads |
---|---|
AFLUmbracoWeb
AFL backoffice extensions for Umbraco 8 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.0.1-alpha4 | 165 | 7/16/2022 | |
0.0.1-alpha3 | 151 | 5/3/2022 | |
0.0.1-alpha2 | 188 | 12/21/2021 | |
0.0.1-alpha | 164 | 12/21/2021 |