Closed stephen-hawley closed 9 months ago
Had 8 or so tests that were running directly with RunWithMono - these failed because they were compiled with dotnet and that created a type load exception because of the different versions of the code.
RunWithMono
dotnet
Also removed some other dead code.
Had 8 or so tests that were running directly with
RunWithMono
- these failed because they were compiled withdotnet
and that created a type load exception because of the different versions of the code.Also removed some other dead code.