Zeesfam.NetLib
1.2.0
See the version list below for details.
dotnet add package Zeesfam.NetLib --version 1.2.0
NuGet\Install-Package Zeesfam.NetLib -Version 1.2.0
<PackageReference Include="Zeesfam.NetLib" Version="1.2.0" />
paket add Zeesfam.NetLib --version 1.2.0
#r "nuget: Zeesfam.NetLib, 1.2.0"
// Install Zeesfam.NetLib as a Cake Addin #addin nuget:?package=Zeesfam.NetLib&version=1.2.0 // Install Zeesfam.NetLib as a Cake Tool #tool nuget:?package=Zeesfam.NetLib&version=1.2.0
Zeesfam Library
Zeesfam Lib is an extension library built on .Net Core framework with main modules depend on Microsoft libraries and utility modules inheriting from the other popular libraries also such as Moq, SendGrid, Mailkit, etc
Releases
Summary of each release for Zeesfam Library
release-1.0.0:
- new:
- Data Access module (using Unit of Work & Repository Pattern as wrapper layer)
- Error handling module
- Logging module
- Localization module
- Email module
- Http module
- Paging & Sorting module
- Unit Test & Integration Test module
- update:
- n/a
- deprecated:
- n/a
release-1.0.1:
- new:
- n/a
- update:
- Fix UPDATE function in Data Access Module
- Update CustomExceptionMiddleware by using ValidationProblemDetails of Microsoft in Middleware Module
- Re-structure LogResponseMiddleware in Middleware Module
- Add more data to i18n Module
- Update UtilText in Common Module
- Update Email Module
- Re-structure Error Handling Module
- Update Http Module
- Update Logging Module
- Update Paging Module
- deprecated:
- n/a
release-1.0.2:
- new:
- n/a
- update:
- Update some copyrighted string
- Remove unused code
- Add up some new i18n log template & log exception message
- Modify some method name in UoW
- Add up new method in UtilityText
- Add new support for IEnumerable in Paging
- deprecated:
- n/a
release-1.0.3:
- new:
- n/a
- update:
- Fix bug space string in include property of some method in BaseRepo
- Update more detail in response error when set config as Debug or Trace
- Modify name of RException to ZException
- deprecated:
- n/a
release-1.0.4:
- new:
- n/a
- update:
- Let Data layer method from DbContextFactory to BaseRepository can be overrided
- Config resource files to be auto-generated when build
- deprecated:
- n/a
release-1.0.5:
- new:
- n/a
- update:
- Update Localization config to support more cultures
- deprecated:
- n/a
release-1.0.6:
- new:
- n/a
- update:
- Fix bug Localization config and modify resource value in log message
- deprecated:
- n/a
##############################################################################
release-1.1.0:
- new:
- Enhance transaction lifecycle for multiple Db-context in Data layer infrastructure
- update:
- n/a
- deprecated:
- n/a
release-1.1.1:
- new:
- n/a
- update:
- Fix get current context in Data layer infrastructure
- deprecated:
- n/a
##############################################################################
release-1.2.0:
- new:
- Support logging data operation in Base Repository of Data layer infrastructure
- update:
- Support override Data layer infrastructure
- deprecated:
- n/a
Contribute
Jax L (Duy LE - codemanapt@gmail.com)
License
This project is licensed under the MIT License
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.1 is compatible. |
-
.NETCoreApp 3.1
- AutoFixture (>= 4.11.0)
- IdentityServer4 (>= 3.1.3)
- Microsoft.AspNetCore (>= 2.2.0)
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Data.SqlClient (>= 1.1.3)
- Microsoft.EntityFrameworkCore (>= 3.1.2)
- Microsoft.EntityFrameworkCore.SqlServer (>= 3.1.2)
- Microsoft.Extensions.Hosting (>= 3.1.4)
- Microsoft.Extensions.Http.Polly (>= 3.1.4)
- Microsoft.Extensions.Localization (>= 3.1.4)
- Microsoft.SqlServer.SqlManagementObjects (>= 160.2004021.0)
- MockQueryable.Moq (>= 3.1.3)
- Moq (>= 4.14.1)
- NETCore.MailKit (>= 2.0.3)
- SendGrid (>= 9.15.1)
- System.Collections (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.