xamarin / binding-tools-for-swift

MIT License
157 stars 21 forks source link

Remove RunWIthMono and other dead code. #820

Closed stephen-hawley closed 6 months ago

stephen-hawley commented 7 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.

Also removed some other dead code.