New build of dotConnect for MySQL 8.3.181 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for MySQL 8.3.181 is available!

Post by Devart » Thu 12 Jun 2014 12:41

Dear users,

New build of dotConnect for MySQL 8.3.181 is available for download now.

In this version:
  • ADO.NET implementation of ASP.NET Identity 2.0 support is improved
    • The new IUserStore<T>, IUserClaimStore<T>, IUserLoginStore<T>, IUserPasswordStore<T>, IUserRoleStore<T>, IUserEmailStore<T>, IUserPhoneNumberStore<T> interfaces are implemented in the MySqlUserStore and MySqlUserStore<TIdentityUser, TIdentityRole> classes
    • The new IRoleStore<T> interface is supported in the MySqlRoleStore and MySqlRoleStore<TIdentityUser, TIdentityRole> classes
  • The Server and UserID properties are added to the MySqlConnectionStringBuilder class for compatibility with MySQL Connector/Net
LinqConnect (formerly known as LINQ to MySQL)
  • The bug related to using properties of the enum data type (Byte, SByte), that are used in the complex entity key, is fixed
Entity Developer
  • The bug with resetting value of the extended properties for associations after reopening the model is fixed (LinqConnect models)
Entity Framework support
  • The bug with throwing System.NullReferenceException when disposing an ObjectResult is fixed
  • The bug with performing "Generate Database from Model" wizard when working with Entity Framework 6.1.0 Tools for Visual Studio 2012/Visual Studio 2013 is fixed
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked