Skip to content

v3.0.2

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 30 Oct 12:32
· 12 commits to master since this release

Download the library here

  • REMOVED: Dependency added on Microsoft.Data.SqlClient instead of System.Data.SqlClient. People reported us issue due to using one or others. We will no longer support registering SqlClient by default.

It's possible to do it on your side with the following code:

EvalManager.DefaultContext.RegisterType(typeof(SqlCommand));
EvalManager.DefaultContext.RegisterType(typeof(SqlConnection));
EvalManager.DefaultContext.RegisterType(typeof(SqlDataReader));

Trial unlocked for the current month (November)