mono hatalar Ben pythonnet runtime dll komut dosyaları yüklemek deneyin ve dinamik Roslyn desteklenmiyor çünkü roslyn arka ucu ile çalışmaz fakat mono arka uç aşağıdaki hata ile bobinleri:Roslyn tarafından desteklenmiyor ve sadece mono ile kullanılabilir, ancak mono
$ scriptcs -modules mono
scriptcs (ctrl-c to exit or :help for help)
> #r "F:\Python\Python27\Lib\site-packages\Python.Runtime.dll"
error CS0009: Metadata file `F:\Python\Python27\Lib\site-packages\Python.Runtime.dll' does not contain valid metadata
Soru:
nasıl Python.Runtime.DLL ile çalışan scriptcs mono arka uç alabilirim? Bundan önce herhangi bir DLL yüklemem gerekir mi? Python.Runtime.DLL Mono desteği ile derlenmiş mi yoksa .NET iyi mi?
https://github.com/scriptcs/scriptcs/issues/1092 – denfromufa