PouchCosmeticInspection.DataAccess
1.14.0
dotnet add package PouchCosmeticInspection.DataAccess --version 1.14.0
NuGet\Install-Package PouchCosmeticInspection.DataAccess -Version 1.14.0
<PackageReference Include="PouchCosmeticInspection.DataAccess" Version="1.14.0" />
paket add PouchCosmeticInspection.DataAccess --version 1.14.0
#r "nuget: PouchCosmeticInspection.DataAccess, 1.14.0"
// Install PouchCosmeticInspection.DataAccess as a Cake Addin #addin nuget:?package=PouchCosmeticInspection.DataAccess&version=1.14.0 // Install PouchCosmeticInspection.DataAccess as a Cake Tool #tool nuget:?package=PouchCosmeticInspection.DataAccess&version=1.14.0
PouchCosmeticInspection.DataAccess
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- EntityFramework (>= 6.4.4)
- EntityFramework6.Npgsql (>= 6.4.3)
- Nai.Utils (>= 2.2.0)
- Npgsql (>= 6.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.14.0 add four new columns for dbo.unsupervised_results, for future use
v1.13.0 add a new column for dbo.unsupervised_results
v1.12.0 add a new column for dbo.app_config, add a new table dbo.unsupervised_results, upgrade npgsql to 6.0.11
v1.11.0 add new columns for dbo.alarm_rules
v1.10.0 add new table: dbo.alarm_rules
v1.9.0 change table definitions: dbo.app_config, dbo.products
v1.8.0 add new columns to dbo.images
v1.7.0 add new columns to dbo.products
v1.6.4 add new table (dbo.app_config)
v1.6.3 rename table `Alarms` from `AlarmModel` to `alarms`
v1.6.2 create indexes in table `Alarms`
v1.6.1 add more columns to table `Alarms`
v1.6.0 add new table `Alarms` to store alarms
v1.5.0 support rejudge, add columns to dbo.products, add new table `dbo.rejudge_notifications`
v1.4.4 upgrade dependency packages
v1.4.3 remove subclass of DbConfiguration
v1.4.1 add ignore params to `GetStationsInfo`
v1.4.0 product model add new instance method `GetStationsInfo`
v1.3.0 read db connection string from config file (xDataAccess.txt)
v1.2.0 add utiliy to import or export defects (from/to database)
v1.1.0 add Instance method for ProductModel to judge if all stations are filled results
v1.0.0 init release