issues
search
pythonnet
/
clr-loader
Loader for different .NET runtimes
MIT License
32
stars
23
forks
source link
Refactoring to improve API and allow configless .NET Core loading
#31
Closed
filmor
closed
2 years ago
filmor
commented
2 years ago
Drop
Runtime
wrapper in favour of an abstract base class (also fixes #28)
Use
pathlib
throughout and allow it as parameter (fixes #30)
Expose a
shutdown
method (that is a noop in most cases, but at least it exists)
Add functions to find all installed .NET Core runtimes
If no runtime configuration is given, generate a simple one in a temporary directory (fixes #29)
Runtime
wrapper in favour of an abstract base class (also fixes #28)pathlib
throughout and allow it as parameter (fixes #30)shutdown
method (that is a noop in most cases, but at least it exists)