Andrew Schwenker

Results 2 issues of Andrew Schwenker

I am using R.NET 1.9.0 with .NET Framework 4.8 and R 4.1.0. Given the following code: ``` REngine.SetEnvironmentVariables(); using (var engine1 = REngine.GetInstance()) { //Do something } using(var engine2 =...

`IDbConnection` in .NET Standard 2.1 added a new `CloseAsync()` method. This Pull Request adds functionality targeted at .NET Standard 2.1 (designated by the `NETCOREAPP3_0_OR_GREATER` compiler flag) to add an `override`...