Victor

Results 365 comments of Victor

@filmor are you working on this?

I am not sure what the problem is exactly. In .NET (including Core) `Assembly.LoadFile` works fine. The only caveat is that upon calling it all dependencies must already be either...

@das-anubhav you're free to submit a PR, sure

In general, this is going to require understanding how interperters work

@boris-mtdv can you try installing lldb? Sounds like it might give some extra information. Also, does the issue happen exactly at the `clr.AddReference` line?

@boris-mtdv according to https://packages.debian.org/buster/lldb , Debian 9 and 10 both have `lldb` package in their repository.

@filmor AWS gives micro instances with ARM64 for free until Dec 31, 2021: [AWS Graviton](https://aws.amazon.com/ec2/graviton/) When I tried it last December, I had hard time setting up a proper debugging...

We now have proper CI running for ARM64, and it is passing. If a similar issue still occurs with 3.0.0-rc4 or later, please open a new issue.

@filmor as mentioned on StackOverflow, `__overloads__[Int64]` should work. The overloads fail with `int` because `int` is not a .NET type.