dotConnect for MySQL V8.10.1086
Released: Feb 15, 2018
V8.10.1086 での更新項目
機能
- MySqlDependency class now supports .NET Standard 1.3.
- Behaviour changed: if there is no access to "mysql.proc" then dotConnect for MySQL connects to "information_schema" for MySQL 5.5.3 and higher.
- Behaviour changed: if there is no access to "mysql.proc" then dotConnect for MySQL executes the SHOW CREATE [Procerdure, Function] 'proc_name' query for MySQL versions lower than 5.5.3.
- Entity Developer
- Support for ASP.NET Core MVC added to Data Annotations Metadata template.
不具合の修正
- Bug serializing DateTime values, with an explicitly specified Invariant Culture, when assigned to a MySqlParameter is fixed
- Entity Developer
- Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.
- LinqConnect (formerly known as LINQ to MySQL)
- MethodAccessException thrown by .NET Standard provider assemblies when targeting a full .NET Framework.