CleanTemplate 3.0.0
See the version list below for details.
dotnet add package CleanTemplate --version 3.0.0
NuGet\Install-Package CleanTemplate -Version 3.0.0
<PackageReference Include="CleanTemplate" Version="3.0.0" />
paket add CleanTemplate --version 3.0.0
#r "nuget: CleanTemplate, 3.0.0"
// Install CleanTemplate as a Cake Addin #addin nuget:?package=CleanTemplate&version=3.0.0 // Install CleanTemplate as a Cake Tool #tool nuget:?package=CleanTemplate&version=3.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. 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. |
-
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 | 161 | 6/28/2024 |
8.0.1 | 133 | 6/14/2024 |
8.0.0 | 165 | 4/6/2024 |
7.5.0 | 139 | 4/1/2024 |
7.0.0 | 141 | 3/28/2024 |
6.0.0 | 195 | 3/21/2024 |
5.0.0 | 262 | 3/15/2024 |
4.2.0 | 171 | 3/14/2024 |
4.1.2 | 206 | 3/12/2024 |
4.1.1 | 149 | 3/12/2024 |
4.1.0 | 238 | 3/8/2024 |
4.0.0 | 168 | 3/7/2024 |
3.2.1 | 137 | 3/6/2024 |
3.2.0 | 130 | 3/6/2024 |
3.1.0 | 211 | 3/3/2024 |
3.0.3 | 134 | 3/3/2024 |
3.0.2 | 156 | 3/3/2024 |
3.0.1 | 132 | 3/3/2024 |
3.0.0 | 179 | 3/1/2024 |
2.0.1 | 162 | 3/1/2024 |
2.0.0 | 147 | 3/1/2024 |
1.0.0 | 176 | 2/28/2024 |
- Bug Fix
- Code Refactor
- Add Life Time Base Services for automatically Dependency Injection. ICleanBaseScoped. ICleanBaseSingleton. ICleanBaseTransient. ICleanBaseIgnore
- AddCleanTemplate extension method added for automatically registring all needed services inside CleanTemplate package include Scoped, Singleton, Transient services and MediatR registration