PouchCosmeticInspection.DataAccess 1.12.0

dotnet add package PouchCosmeticInspection.DataAccess --version 1.12.0                
NuGet\Install-Package PouchCosmeticInspection.DataAccess -Version 1.12.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PouchCosmeticInspection.DataAccess" Version="1.12.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PouchCosmeticInspection.DataAccess --version 1.12.0                
#r "nuget: PouchCosmeticInspection.DataAccess, 1.12.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PouchCosmeticInspection.DataAccess as a Cake Addin
#addin nuget:?package=PouchCosmeticInspection.DataAccess&version=1.12.0

// Install PouchCosmeticInspection.DataAccess as a Cake Tool
#tool nuget:?package=PouchCosmeticInspection.DataAccess&version=1.12.0                

PouchCosmeticInspection.DataAccess

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.12.0 79 6/20/2024
1.11.0 110 2/28/2024

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