CleanTemplate 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CleanTemplate --version 2.0.0
NuGet\Install-Package CleanTemplate -Version 2.0.0
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="CleanTemplate" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CleanTemplate --version 2.0.0
#r "nuget: CleanTemplate, 2.0.0"
#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.
// Install CleanTemplate as a Cake Addin
#addin nuget:?package=CleanTemplate&version=2.0.0

// Install CleanTemplate as a Cake Tool
#tool nuget:?package=CleanTemplate&version=2.0.0

Clean Architecture Base Template

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

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CleanTemplate:

Package Downloads
CleanTemplate.Caching

A Clean Architecture Base Template comprising all Baseic and Abstract and Contract types for Redis and Memory Caching.

CleanTemplate.Grpc

A Clean Architecture Base Template comprising all Baseic and Abstract and Contract types for Grpc Communication.

CleanTemplate.Messaging

A Clean Architecture Base Template comprising all Baseic and Abstract and Contract types for Messaging between Microservices.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 108 4/6/2024
7.5.0 100 4/1/2024
7.0.0 98 3/28/2024
6.0.0 169 3/21/2024
5.0.0 226 3/15/2024
4.2.0 125 3/14/2024
4.1.2 154 3/12/2024
4.1.1 111 3/12/2024
4.1.0 195 3/8/2024
4.0.0 135 3/7/2024
3.2.1 102 3/6/2024
3.2.0 96 3/6/2024
3.1.0 170 3/3/2024
3.0.3 94 3/3/2024
3.0.2 112 3/3/2024
3.0.1 94 3/3/2024
3.0.0 140 3/1/2024
2.0.1 109 3/1/2024
2.0.0 105 3/1/2024
1.0.0 144 2/28/2024

- PaginatedList Added
- Add sync methods for Base Repositories
- Add Methods to Get data Based on Predicate in BaseQueryRepository
- Add PaginatedList Type to get data with pagination
- Add ToPaginatedListAsync and ToPaginatedList extension methods for IQueryable and IEnumerable