CleanTemplate 3.2.0
See the version list below for details.
dotnet add package CleanTemplate --version 3.2.0
NuGet\Install-Package CleanTemplate -Version 3.2.0
<PackageReference Include="CleanTemplate" Version="3.2.0" />
<PackageVersion Include="CleanTemplate" Version="3.2.0" />
<PackageReference Include="CleanTemplate" />
paket add CleanTemplate --version 3.2.0
#r "nuget: CleanTemplate, 3.2.0"
#:package CleanTemplate@3.2.0
#addin nuget:?package=CleanTemplate&version=3.2.0
#tool nuget:?package=CleanTemplate&version=3.2.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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- MediatR (>= 12.2.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.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 | 302 | 6/28/2024 |
| 8.0.1 | 240 | 6/14/2024 |
| 8.0.0 | 281 | 4/6/2024 |
| 7.5.0 | 240 | 4/1/2024 |
| 7.0.0 | 246 | 3/28/2024 |
| 6.0.0 | 277 | 3/21/2024 |
| 5.0.0 | 340 | 3/15/2024 |
| 4.2.0 | 264 | 3/14/2024 |
| 4.1.2 | 300 | 3/12/2024 |
| 4.1.1 | 228 | 3/12/2024 |
| 4.1.0 | 321 | 3/8/2024 |
| 4.0.0 | 249 | 3/7/2024 |
| 3.2.1 | 232 | 3/6/2024 |
| 3.2.0 | 227 | 3/6/2024 |
| 3.1.0 | 295 | 3/3/2024 |
| 3.0.3 | 230 | 3/3/2024 |
| 3.0.2 | 231 | 3/3/2024 |
| 3.0.1 | 229 | 3/3/2024 |
| 3.0.0 | 273 | 3/1/2024 |
| 2.0.1 | 253 | 3/1/2024 |
- Automatically Domain Events Publishing handled in override of SaveChangesAsync Method. (Domain Events firstly should Add to model using Raise method of BaseEntity)
- Result Class Renamed to CleanResult
- ICleanBaseMiddleware added for base of middlewares.
- app.UseCleanTemplate added for register all ApplicationBuilder Middlewares.