MySqlDependency 클래스에서 이제 .NET Standard 1.3을 지원합니다.
2월 27, 2018
신규 버전
기능
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.