pythonnet / clr-loader

Loader for different .NET runtimes
MIT License
32 stars 23 forks source link

Warn if Mono version is <= 6.12 #21

Closed lostmsu closed 2 years ago

lostmsu commented 2 years ago

Mono 6.8 (default on Ubuntu 20.04 LTS) tends to crash when clr-loader tries to find a .NET method. 6.12 works fine without code changes from our side. It is a good idea to warn users about potential issue and its resolution.