Clean.Core 7.0.0-preview5

This is a prerelease version of Clean.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Clean.Core --version 7.0.0-preview5
                    
NuGet\Install-Package Clean.Core -Version 7.0.0-preview5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Clean.Core" Version="7.0.0-preview5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Clean.Core" Version="7.0.0-preview5" />
                    
Directory.Packages.props
<PackageReference Include="Clean.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Clean.Core --version 7.0.0-preview5
                    
#r "nuget: Clean.Core, 7.0.0-preview5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Clean.Core@7.0.0-preview5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Clean.Core&version=7.0.0-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Clean.Core&version=7.0.0-preview5&prerelease
                    
Install as a Cake Tool

Clean.Core

Core library for the Clean Starter Kit for Umbraco, containing essential components, controllers, helpers, and tag helpers for building Umbraco CMS websites.

Description

Clean.Core provides the foundational functionality for the Clean Starter Kit, including:

  • View Components: Reusable UI components for common patterns
  • Controllers: Surface and API controllers for handling requests
  • Tag Helpers: Custom tag helpers for simplified view development
  • Extensions: Useful extension methods for Umbraco development
  • Models: Shared models and view models

Installation

This package is automatically installed as a dependency of the main Clean package. However, you can also install it independently:

dotnet add package Clean.Core

Usage

Clean.Core is designed to work seamlessly with Umbraco CMS. After installation, the components and helpers will be available for use in your Umbraco project.

Requirements

  • Umbraco.Cms.Web.Website 17.0.0-rc2 or higher
  • .NET 10.0

Version Compatibility

Clean.Core Version Umbraco Version .NET Version
4.x 13 .NET 8
5.x 15 .NET 9
6.x 16 .NET 9
7.x 17 .NET 10

Documentation

For complete documentation and examples, visit the Clean Starter Kit repository.

Support

License

MIT License - see the LICENSE file for details.

Author

Paul Seal

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Clean.Core:

Package Downloads
Clean

Clean Starter Kit for Umbraco

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.5 1,605 1/8/2026
7.0.4 163 1/5/2026
7.0.3 841 12/11/2025
7.0.2 514 12/9/2025
7.0.1 571 11/30/2025
7.0.0 417 11/27/2025
7.0.0-rc4 226 11/26/2025
7.0.0-preview9 213 11/23/2025
7.0.0-preview8 211 11/23/2025
7.0.0-preview7 187 11/23/2025
7.0.0-preview6 198 11/23/2025
7.0.0-preview5 191 11/22/2025
7.0.0-preview17 209 11/26/2025
7.0.0-preview16 205 11/26/2025
7.0.0-preview15 200 11/25/2025
7.0.0-preview14 196 11/25/2025
7.0.0-preview13 205 11/25/2025
7.0.0-preview12 211 11/25/2025
7.0.0-preview11 222 11/23/2025
7.0.0-preview10 218 11/23/2025
Loading failed