Calabonga.Microservices.Core
6.0.0
dotnet add package Calabonga.Microservices.Core --version 6.0.0
NuGet\Install-Package Calabonga.Microservices.Core -Version 6.0.0
<PackageReference Include="Calabonga.Microservices.Core" Version="6.0.0" />
paket add Calabonga.Microservices.Core --version 6.0.0
#r "nuget: Calabonga.Microservices.Core, 6.0.0"
// Install Calabonga.Microservices.Core as a Cake Addin #addin nuget:?package=Calabonga.Microservices.Core&version=6.0.0 // Install Calabonga.Microservices.Core as a Cake Tool #tool nuget:?package=Calabonga.Microservices.Core&version=6.0.0
Calabonga.Microservices.Core
Description
This nuget package intended for microservices development and contains:
- Exceptions with preffix "Microservice*".
- Some helpful helpers.
- EntityValidation abstractions.
- Generic pagination abstractions.
Version History
Author
My name is Sergei Calabonga. I'm a DevLead. You can find me at:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Calabonga.Utils.Extensions (>= 1.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Calabonga.Microservices.Core:
Package | Downloads |
---|---|
Calabonga.UnitOfWork.Controllers
Unit of Work implementation over ASP.NET Core Controllers |
|
Calabonga.AspNetCore.Controllers
Unit of Work implementation for EntityFramework Core. Package based over the mediatr pattern (mediatr package used). For more information please see Calabonga.UnitOfWork package. Mediator pattern impementation. |
|
Calabonga.Microservices.Web.Core
Base authorization entities for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern. |
|
Calabonga.EntityFrameworkCore.UnitOfWork.Framework
UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern. |
|
Calabonga.EntityFrameworkCore.UOW.Framework
UnitOfWork for Microservices. All microservices in the system should and can use Unit of Work pattern. This package implements this pattern. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Calabonga.Microservices.Core:
Repository | Stars |
---|---|
Calabonga/Microservice-Template
Templates for microservice architecture. Nimble Microservice Framework contains two modules. The first with OpenIddict and the second without OpenIddict. Templates are built on ASP.NET Core platform with different versions Core3.1, NET6, NET7 and NET8. You can create a new project extremely fast: in Visual Studio, Rider, dotnet CLI.
|
Version | Downloads | Last updated |
---|---|---|
6.0.0 | 75 | 11/4/2024 |
5.2.0 | 82 | 10/17/2024 |
5.1.0 | 1,017 | 8/8/2023 |
5.0.0 | 226 | 8/6/2023 |
4.1.1 | 509 | 6/8/2023 |
4.0.0 | 2,860 | 5/7/2022 |
3.0.3 | 1,557 | 6/28/2021 |
3.0.2 | 587 | 4/29/2021 |
3.0.1 | 1,053 | 3/17/2021 |
3.0.0 | 1,480 | 1/26/2021 |
3.0.0-beta1 | 288 | 1/26/2021 |
2.1.5 | 561 | 10/23/2020 |
2.1.4 | 433 | 10/23/2020 |
2.1.3 | 1,180 | 9/26/2020 |
2.1.2 | 2,771 | 9/15/2020 |
2.1.1 | 472 | 9/7/2020 |
2.1.0 | 1,451 | 6/26/2020 |
2.0.1 | 6,469 | 1/31/2020 |
2.0.0 | 849 | 1/30/2020 |
1.0.5 | 532 | 1/30/2020 |
1.0.3 | 2,874 | 10/22/2019 |
1.0.2 | 947 | 10/12/2019 |
1.0.0 | 979 | 10/4/2019 |
Some extensions moved into nuget Calabonga.Utils.Extensions