Microsoft.EntityFrameworkCore.AutoHistory
3.1.3
A plugin for Microsoft.EntityFrameworkCore to support automatically recording data changes history.
Install-Package Microsoft.EntityFrameworkCore.AutoHistory -Version 3.1.3
dotnet add package Microsoft.EntityFrameworkCore.AutoHistory --version 3.1.3
<PackageReference Include="Microsoft.EntityFrameworkCore.AutoHistory" Version="3.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.AutoHistory --version 3.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore.Relational (>= 3.1.3)
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages (38)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.AutoHistory:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.UnitOfWork
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, and multiple database with distributed transaction supported.
|
|
Threenine.Data
A simple generic repository wrapper library for entity framework core
|
|
iCom
iCom integrates a variety of specific operation classes, such as: Cookie, Items, Cache, Form, DbContext, DbDynamic, DbConn, SqlQuery, FileUtil, FileUpload, Crypto, BarCode, StringUtil, TypeConvert, SortList, DateUtil, RegexUtil, Environal, ReflectUtil, HttpClient, ImageUtil, XmlUtil, ZipPackage, WordUtil, ExcelUtil, PdfUtil, PinyinConvert, PdfToImageConverter, JsonConfig, XmlConfig, ObjectCopy, TagHelper, SkipUrlMiddleware and so on.
// HttpContext Called in the ConfigureServices method
services.AddContextAccessor();
// Called in the Configure method
app.UseHttpContext();
// EfCore Called in the ConfigureServices method
// Application Assembly
var assembly = Assembly.GetExecutingAssembly();
// Register Database Models
services.AddDbContext(assembly);
// Auto Update Database
services.AddMigrate();
// Register All Services
services.AddService(assembly);
|
|
AspCore.DataAccess
Package Description
|
|
NViser.Core.Data
NViser.Core.Data is including dto and entity classes for services and databases
|
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.AutoHistory:
Repository | Stars |
---|---|
Arch/UnitOfWork
A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
|
|
SaiGonSoftware/Awesome-CMS-Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
|
|
HenJigg/WPF-Xamarin-Blazor-Examples
Example projects based on WPF, Xamarin, Blazor and other platforms
|
|
threenine/Threenine.Data
Generic Repository Pattern for .net core
|
Version History
Version | Downloads | Last updated |
---|---|---|
3.1.3 | 43,430 | 4/27/2020 |
3.1.1 | 97,314 | 12/13/2019 |
3.1.0 | 1,666 | 12/11/2019 |
3.0.1 | 1,220 | 12/3/2019 |
2.1.0 | 389,637 | 6/14/2018 |
2.0.3 | 112,773 | 12/26/2017 |
2.0.2 | 4,083 | 10/28/2017 |
2.0.1 | 1,785 | 10/16/2017 |
2.0.0 | 4,589 | 8/15/2017 |
1.1.2 | 2,184 | 5/15/2017 |
1.1.1 | 1,185 | 3/12/2017 |
1.1.0 | 797 | 12/18/2016 |
1.0.0 | 1,054 | 11/18/2016 |