Jonathan Pobst

Results 175 comments of Jonathan Pobst

I guess MS broke or blocked this in the latest VS versions. Unfortunately I do not have the time or desire to play this cat and mouse game with them,...

I fixed this locally by deleting the file `cache.bin` out of the directory: ``` C:\Users\\AppData\Local\Microsoft\VisualStudio\17.0_4eba6165\ProjectTemplatesCache_{00000000-0000-0000-0000-000000000000} ``` (The `17.0_4eba6165` might differ based on your version.) The next time it brought up...

Looks like `Xamarin Preferences` is a part of Xamarin Essentials? Transferring issue to that repository.

We use the native windowing code from Avalonia. It looks like we can set `IWindowImpl.CanResize` to false to prevent resizing, but they do not appear to support `AllowMaximize` or `AllowMinimize`...

It looks like we only fixed this for `ApiXmlAdjuster` and not `generator`. Though I'm not sure why it wouldn't have also been a problem with `jar2xml` if it needs to...

It does appear these methods are getting removed due to the missing `java.time.ZonedDateTime` type: ``` The method '[Method] void renderHighlightLayer(android.graphics.Canvas canvas, java.time.ZonedDateTime zonedDateTime, androidx.wear.watchface.RenderParameters renderParameters)' was removed because the Java...

It looks like there is an issue with binding a few methods. I am still investigating _why_ this happens, but it can be worked around by not binding the offending...

Porting the WinForms designer is definitely a viable option. The Winforms designer is _relatively_ loved and battle tested. There's a very early prototype of that here: https://github.com/modern-forms/Modern.Forms/tree/designer-poc/samples/Designer However the port...

Closing issue as this does not appear to require any support from JI.

We include any `proguard.txt` files that Google ship with their libraries. As they know their libraries better than us, we defer to their judgement here. It does look like they...