AFLCoreUmbraco 0.0.1-alpha4
Please use the default Models builder instead
dotnet add package AFLCoreUmbraco --version 0.0.1-alpha4
NuGet\Install-Package AFLCoreUmbraco -Version 0.0.1-alpha4
<PackageReference Include="AFLCoreUmbraco" Version="0.0.1-alpha4" />
paket add AFLCoreUmbraco --version 0.0.1-alpha4
#r "nuget: AFLCoreUmbraco, 0.0.1-alpha4"
// Install AFLCoreUmbraco as a Cake Addin #addin nuget:?package=AFLCoreUmbraco&version=0.0.1-alpha4&prerelease // Install AFLCoreUmbraco as a Cake Tool #tool nuget:?package=AFLCoreUmbraco&version=0.0.1-alpha4&prerelease
AFL
Introduction
v10: https://www.nuget.org/packages/AFLCoreUmbraco/
Older versions of Umbraco
- v9: https://www.nuget.org/packages/AFLCoreUmbraco/
- Use alpha3.
- v8: https://www.nuget.org/packages/AFLUmbraco8/
- v7: https://www.nuget.org/packages/AFLUmbraco/
Important Notice
As AFL progresses we will be making a radical change to the framework to be inline with the release philosophy of Umbraco. Sometime during this year we will merge AFLCore and AFLCoreUmbraco. When this happens, it will mark our new approach to primarily support the latest iteration of Umbraco. Previous major Umbraco (Legacy) versions will be kept, but will not have official support - nor receive updates.
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-alpha4)
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 |