xDataAccess.EF6 2.154.2-alpha.1

This is a prerelease version of xDataAccess.EF6.
dotnet add package xDataAccess.EF6 --version 2.154.2-alpha.1
                    
NuGet\Install-Package xDataAccess.EF6 -Version 2.154.2-alpha.1
                    
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="xDataAccess.EF6" Version="2.154.2-alpha.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="xDataAccess.EF6" Version="2.154.2-alpha.1" />
                    
Directory.Packages.props
<PackageReference Include="xDataAccess.EF6" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add xDataAccess.EF6 --version 2.154.2-alpha.1
                    
#r "nuget: xDataAccess.EF6, 2.154.2-alpha.1"
                    
#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.
#:package xDataAccess.EF6@2.154.2-alpha.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=xDataAccess.EF6&version=2.154.2-alpha.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=xDataAccess.EF6&version=2.154.2-alpha.1&prerelease
                    
Install as a Cake Tool

xDataAccess.EF6

v2.154.2-alpha.1

  • 支持新的数据库svsdr_shared,仅增加dic_user表;
  • 所有上下文的连接字符串都加上超时字段;
  • 统计上下文增加初始化器(修改行为:如不存在按分钟统计的新表,则会抛出异常);

v2.154.1

  • 修改默认的database名字为 svsdr_154;
  • 综合 v2.152.4-alpha.1v2.152.4-alpha.2 的修改;

v2.152.4-alpha.2

  • 尝试支持新的二级统计表(d_minutes_statistics);

v2.152.4-alpha.1

  • 尝试支持工艺表(craft);

v2.152.3

  • v2.152.3-alpha.2:连接字符串增加超时字段,默认为3秒,可在配置文件中更改;
  • v2.152.3-alpha.1:数据库上下文新增构造函数,支持动态传入参数来拼接连接字符串;

v2.152.2

  • 放开 npgsql 包的版本限制,允许安装 6.0.11 到 7.0.0 之间的版本(不包括 7.0.0);

v2.152.1

  • 升级包版本,Nai.Utils 从 2.2.0 升级到 2.3.8;
  • 阻止 EF6 自动创建数据库;
  • 适配部门标准的v1.5.2版本;

v1.151.2

  • 允许用户在运行时修改和保存xDataAccess的配置,通过 xDataAccess.LibConfigManager.SaveConfig()

v1.151.1

  • 使用新的版本号命名规则;
  • 升级依赖包,避免引用脆弱的、废弃的包;主要是将 EF6 从 6.4.4 升级到 6.5.1
  • 基于本软件包的 v1.5.1 进行小幅修改,可以通过 xDataAccess.LibConfigManager.Default.DbName 得知当前连接了哪个数据库;
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
.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
2.154.2-alpha.1 162 3/21/2025
2.152.4-alpha.2 167 3/10/2025
2.152.4-alpha.1 101 2/25/2025
2.152.3 179 1/22/2025
2.152.3-alpha.2 101 12/30/2024
2.152.3-alpha.1 102 12/27/2024
2.152.2 168 11/22/2024
2.152.1 160 11/8/2024
2.152.1-alpha.4 108 10/28/2024
2.152.1-alpha.3 98 10/25/2024
2.152.1-alpha.2 95 10/25/2024
2.152.1-alpha.1 126 10/25/2024
1.151.2 178 10/25/2024
1.5.1 201 8/22/2024
1.4.0 168 7/12/2024
1.3.7 175 6/18/2024
1.3.0 178 6/5/2024
Loading failed