TrackerEnabledDbContext.Identity
1.1.0
See the version list below for details.
dotnet add package TrackerEnabledDbContext.Identity --version 1.1.0
NuGet\Install-Package TrackerEnabledDbContext.Identity -Version 1.1.0
<PackageReference Include="TrackerEnabledDbContext.Identity" Version="1.1.0" />
paket add TrackerEnabledDbContext.Identity --version 1.1.0
#r "nuget: TrackerEnabledDbContext.Identity, 1.1.0"
// Install TrackerEnabledDbContext.Identity as a Cake Addin #addin nuget:?package=TrackerEnabledDbContext.Identity&version=1.1.0 // Install TrackerEnabledDbContext.Identity as a Cake Tool #tool nuget:?package=TrackerEnabledDbContext.Identity&version=1.1.0
This is DbContext for use with ASP.Net Identity.
It extends Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT & WHEN.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- EntityFramework (>= 6.1.3)
- Microsoft.AspNet.Identity.EntityFramework (>= 2.2.0)
- TrackerEnabledDbContext.Common (>= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.8.3 | 45,943 | 2/16/2020 |
3.7.1 | 40,490 | 12/30/2018 |
3.7.0 | 14,483 | 12/30/2018 |
3.6.2-beta | 3,258 | 2/9/2017 |
3.6.1 | 41,405 | 6/26/2016 |
3.6.0 | 11,959 | 5/22/2016 |
3.5.20-beta | 839 | 5/21/2016 |
3.5.19-beta | 989 | 3/11/2016 |
3.5.15-beta | 858 | 3/10/2016 |
3.5.2 | 11,461 | 1/25/2016 |
3.5.1 | 1,616 | 1/13/2016 |
3.5.0 | 13,238 | 11/22/2015 |
3.4.5 | 9,107 | 11/9/2015 |
3.4.0 | 1,161 | 11/4/2015 |
3.3.13 | 1,176 | 10/30/2015 |
3.3.12 | 1,500 | 10/29/2015 |
3.1.0 | 1,196 | 10/15/2015 |
3.0.0-beta | 1,585 | 10/7/2015 |
1.1.0 | 4,632 | 3/26/2015 |
1.0.0 | 2,366 | 11/27/2014 |
v1.1
- even if you dont provide a username/userId (anonymous user) , entity will be audited.
- no need to add the [Key] attribute. It's optional now.
- fixed the bug where changes din't get audited when "db.Entry(update).State = EntityState.Modified" was used
- added async support
- added support for composite primary keys
---- Base Version -----
The version is for IdentityContext. To be used with ASP.Net MVC 5.