Jonathan Pryor

Results 112 comments of Jonathan Pryor
trafficstars

> however, the jury is still out whether that would produce useful/relevant search results. That would be interesting to know. :-) In particular, I can imagine people wanting to search...

Possibly related? * https://github.com/xamarin/xamarin-android/issues/4548 * https://github.com/xamarin/xamarin-android/pull/4927 * https://github.com/dotnet/runtime/issues/38465 The short version is that exception handling is a bit "weird", primarily because when an exception is thrown, it's not really possible...

I'm not sure how important this is, i.e. "fix now" or "fix for .NET 8"? We have a workaround for now -- set `$(LangVersion)`=10 -- so it doesn't need to...

I agree that this should not debut in .NET 7 RC2. That's too soon. It could *plausibly* debut in some "future service release", e.g. .NET 7.0.200 (or .300, or…). This...

@pavelsavara while you theoretically *can*, that doesn't necessarily mean you *should*. JNI docs state that you should treat the `JNIEnv*` as a C++ object pointer + virtual member functions, and...

On the whole "why does `JI_LOADER_TYPE=native-library dotnet test …` crash?" question, @akoeplinger suggested that as a test I try doing the JVM load within a child process, via a "`Process`...

@jpobst: updated to *not* abuse `$(Configuration)`, and instead use a `$(Standalone)`=True property. I'm not sure if that name is any better, either, but at least the Configuration values are sane...

@jpobst: Good suggestion. https://github.com/xamarin/xamarin-android/pull/7509

https://github.com/xamarin/xamarin-android/pull/7509 is "good enough". Merging.

Could you please attach a project that exhibits this scenario?