Thays Grazia
Thays Grazia
Created a new issue to fix this: https://github.com/dotnet/runtime/issues/73957
For now I don't need to run the CI, this is just the first version... and it's not compiling yet.
If the tests are passing, LGTM.
@mauroa is investigating it, it looks like it's an issue on windows too.
It looks likes to be completely not related with mono debugger, because it's before runtime or debugger-libs code In this line: https://github.com/xamarin/maciostools/blob/16e286fefc262d21e27884f19d55ffb40771823e/Xamarin.MacDev.Ide/IPhoneDevice.cs#L591 It's not connecting, returns error 22
Hi, @alexcrichton , currently we use the sock_accept importing the function like this in our C code: `__attribute__((import_module("wasi_snapshot_preview1"))) __attribute__((import_name("sock_accept"))) int sock_accept(int fd, int fdflags, int* result_ptr);` How should I use...
Yes, this is fixed in this PR: https://github.com/dotnet/razor/pull/7929 We need to merge it and ship it, I'm not sure how to do it :)
> @thaystg any thoughts regarding this one? I'm not sure if this has been fixed already or if you'd like to move this to your repo. If so, feel free...
I cannot reproduce it @mkArtakMSFT
I will investigate it.