
MySqlDependency class now supports .NET Standard 1.3.
Features
- 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.
Fixes
- 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.