CleanTemplate 2.0.0
See the version list below for details.
dotnet add package CleanTemplate --version 2.0.0
NuGet\Install-Package CleanTemplate -Version 2.0.0
<PackageReference Include="CleanTemplate" Version="2.0.0" />
paket add CleanTemplate --version 2.0.0
#r "nuget: CleanTemplate, 2.0.0"
// 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 | Versions 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. |
-
net8.0
- MediatR (>= 12.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 8.0.2)
- Microsoft.EntityFrameworkCore (>= 8.0.2)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.2)
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.2 | 139 | 6/28/2024 |
8.0.1 | 122 | 6/14/2024 |
8.0.0 | 156 | 4/6/2024 |
7.5.0 | 130 | 4/1/2024 |
7.0.0 | 130 | 3/28/2024 |
6.0.0 | 182 | 3/21/2024 |
5.0.0 | 251 | 3/15/2024 |
4.2.0 | 160 | 3/14/2024 |
4.1.2 | 195 | 3/12/2024 |
4.1.1 | 140 | 3/12/2024 |
4.1.0 | 227 | 3/8/2024 |
4.0.0 | 159 | 3/7/2024 |
3.2.1 | 125 | 3/6/2024 |
3.2.0 | 121 | 3/6/2024 |
3.1.0 | 199 | 3/3/2024 |
3.0.3 | 123 | 3/3/2024 |
3.0.2 | 145 | 3/3/2024 |
3.0.1 | 123 | 3/3/2024 |
3.0.0 | 165 | 3/1/2024 |
2.0.1 | 153 | 3/1/2024 |
2.0.0 | 138 | 3/1/2024 |
1.0.0 | 167 | 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