WmsUtility.Database.Inventory
1.0.45
See the version list below for details.
dotnet add package WmsUtility.Database.Inventory --version 1.0.45
NuGet\Install-Package WmsUtility.Database.Inventory -Version 1.0.45
<PackageReference Include="WmsUtility.Database.Inventory" Version="1.0.45" />
<PackageVersion Include="WmsUtility.Database.Inventory" Version="1.0.45" />
<PackageReference Include="WmsUtility.Database.Inventory" />
paket add WmsUtility.Database.Inventory --version 1.0.45
#r "nuget: WmsUtility.Database.Inventory, 1.0.45"
#:package WmsUtility.Database.Inventory@1.0.45
#addin nuget:?package=WmsUtility.Database.Inventory&version=1.0.45
#tool nuget:?package=WmsUtility.Database.Inventory&version=1.0.45
Wms Utility
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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore.Design (>= 8.0.8)
- MySql.EntityFrameworkCore (>= 8.0.8)
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 |
---|---|---|
1.0.51 | 109 | 9/26/2025 |
1.0.50 | 88 | 9/26/2025 |
1.0.49 | 84 | 9/26/2025 |
1.0.48 | 91 | 9/26/2025 |
1.0.47 | 119 | 9/25/2025 |
1.0.46 | 127 | 9/25/2025 |
1.0.45 | 117 | 9/25/2025 |
1.0.44 | 117 | 9/25/2025 |
1.0.43 | 137 | 9/24/2025 |
1.0.42 | 113 | 9/24/2025 |
1.0.41 | 128 | 9/23/2025 |
1.0.40 | 139 | 9/22/2025 |
1.0.39 | 367 | 9/17/2025 |
1.0.38 | 282 | 9/10/2025 |
1.0.37 | 186 | 9/5/2025 |
1.0.36 | 192 | 9/4/2025 |
1.0.35 | 161 | 9/1/2025 |
1.0.34 | 350 | 8/12/2025 |
1.0.33 | 120 | 8/9/2025 |
1.0.32 | 178 | 8/8/2025 |
1.0.31 | 206 | 7/29/2025 |
1.0.29 | 473 | 7/25/2025 |
1.0.28 | 590 | 7/23/2025 |
1.0.27 | 536 | 7/23/2025 |
1.0.26 | 291 | 7/12/2025 |
1.0.25 | 67 | 7/12/2025 |
1.0.24 | 146 | 7/10/2025 |
1.0.23 | 214 | 6/26/2025 |
1.0.22 | 145 | 6/25/2025 |
1.0.21 | 142 | 6/24/2025 |
1.0.20 | 148 | 6/20/2025 |
1.0.19 | 145 | 6/19/2025 |
1.0.18 | 146 | 6/19/2025 |
1.0.17 | 161 | 6/17/2025 |
1.0.16 | 290 | 6/11/2025 |
1.0.15 | 282 | 6/10/2025 |
1.0.14 | 278 | 6/10/2025 |
1.0.13 | 68 | 6/7/2025 |
1.0.12 | 136 | 6/6/2025 |
1.0.11 | 150 | 6/2/2025 |
1.0.10 | 151 | 6/2/2025 |
1.0.9 | 164 | 5/28/2025 |
1.0.8 | 148 | 5/28/2025 |
1.0.7 | 150 | 5/27/2025 |
1.0.6 | 143 | 5/23/2025 |
1.0.5 | 153 | 5/18/2025 |
1.0.4 | 155 | 5/18/2025 |
1.0.3 | 249 | 5/14/2025 |
1.0.2 | 155 | 4/30/2025 |
1.0.1 | 115 | 12/9/2024 |
Refactors DbContext to utilize a BaseDbContext, providing common functionality for auditing (create/update dates and user IDs) and connection management.
This change promotes code reuse and simplifies the management of common database operations across different contexts. It also centralizes the logic for setting creation and modification timestamps and user information.
The `InventoryContext` now inherits from `BaseDbContext`. Removes the previous implementation of SaveChanges.
Adds extension methods for simplified database operations.