Dmitriy Ivanov

Results 21 comments of Dmitriy Ivanov

Currently C# async to python async bridge is not implemented. And it's very hard task, and there are too many abstraction leaks in both languages. So you need to use...

```CSharp f=MyDll.Foo("a").Result; ```

That libs are enormously large ~ 300-500Gb. I can put a link to some place to downlod an archive with the libs.

Published! https://github.com/dmitriyse/WebRtc.NET/releases/download/r9/libd_x64.zip

Your clr.MyNamespace.MyRecord is generic with one argument, that's why CLR shows `1

Probably this commit can be helpful to figureout what also should be cleaned up before domain unload. https://github.com/pythonnet/pythonnet/pull/532/commits/9de6f7bd071f60c67b42847f33453c0d5bd61c7a

Please add this tip somewhere in the documentation. It's too difficult to find the right answer.

As I am understand it's port from https://github.com/dotnet/roslyn/issues/7171

This bug has been introduced long time ago somewhere in 7.3.0 preview. The alternative workaround is to overwrite the startup file `/opt/microsoft/powershell/7/pwsh` from 7.2.7 version.