v3.0.2
Download the library here
- REMOVED: Dependency added on
Microsoft.Data.SqlClientinstead ofSystem.Data.SqlClient. People reported us issue due to using one or others. We will no longer support registeringSqlClientby 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)