Sergio Pedri
Sergio Pedri
Just so I understand, is this to start catching all remaining cases and address them? Because I can't see things just working with no changes at all after enabling this...
> "The goal is to see what is going to break." Gotcha, yeah that makes perfect sense 👍 > "I am curious which marshaling thing you are referring to?" I...
Unrelated, it seems like the CI isn't running? Is this because the source branch is from another fork? I remember Jeremy also had to close his PR and re-open it...
The changes look good to me, but I have to say I feel like I'm missing something here, or maybe I just don't completely understand what does disabling runtime marshalling...
No I know that. I think I got tripped up by the CI being green, that's the part that was not adding up. Then I remembered that this PR isn't...
No performance difference whatsoever.
Oh I had completely missed this notification, sorry! 😅 @michael-hawker We have links to the sample app in other pages, but not in that one. Also I noticed we have...
@Qythyx that handler is not called immediately when the exception is thrown, but rather it's invoked by the `Task` finalizer. It's possible you're not seeing that just because a GC...
Would you be able to provide a minimal repro for this in a standalone .NET console app? Basically a unit test we can also use to check. Because we do...
There are no plans to add built-in APIs related to navigation at this time. We'd be willing to accept a community contribution adding a navigation sample, provided it meets all...