Andrew Arnott

Results 1002 comments of Andrew Arnott

That's very useful. I don't target maccatalyst explicitly. I just run the `net8.0` targeted project on macos. It looks then like I'll get more out of sentry by targeting macos...

What kinds of use cases are you looking for samples of?

Thanks. To clarify, you don't find https://github.com/microsoft/vs-streamjsonrpc/blob/main/doc/exceptions.md#client-side-concerns to be adequate documentation?

To set expectations, the contractless side is very much a your-mileage-may-vary sort of thing. Exception serialization is particularly non-trivial and unlikely to produce a good result. When the .NET team...

That's pretty weird. No idea why that would happen. I suggest you search the callstack to find which method is suppressing the value. Or if you can't figure it out,...

I think this should be under a switch (perhaps the same one that lets us turn off shadow copying), as otherwise this will be a breaking change for existing test...

@bradwilson did this end up being made off by default? I haven't turned it on, but my test host is crashing.

Thanks for reporting this. We've made many changes to the code generator in v3. Would you mind trying the v3 beta to see if your problem repros? mpc is gone...

Our v3 beta is still getting massive work done for unity support. I don't know if what you're doing is expected to work at this point. @neuecc may have a...