Marek Habersack
Marek Habersack
Developer Community issue: https://developercommunity.visualstudio.com/content/problem/335872/using-structlayout-pack1-corrupts-struct-field-val.html Original post: ``` I have found that any structs I have that use the Pack=1 attribute do not function correctly on my Android device. Some of...
When working on Xamarin.Android source, I often need to test apps which use the version of `dotnet` Xamarin.Android uses for its build (it's installed in the XA source tree), which...
While working on implementation of marshal methods (a way to replace the current native JNI method registration with generated code) which take advantage of the [`[UnmanagedCallersOnly]`](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.unmanagedcallersonlyattribute?view=net-6.0) attribute, I came across...
OS: Ubuntu 19.10 Mono: `Mono JIT compiler version 6.10.0.54 (tarball Wed Jan 22 09:09:03 UTC 2020)` (from the `6.10.0.54-0xamarin1+ubuntu1804b1` Debian packages [available here](https://www.mono-project.com/download/preview/#download-lin-ubuntu)) Running [Xamarin.Android](https://github.com/xamarin/xamarin-android) MSBuild tests results in a...
#### Description :octocat: Spacemacs appears to ignore the `dotspacemacs-whitespace-cleanup` setting for some files in a number of modes. #### Reproduction guide :beetle: - Set `dotspacemacs-whitespace-cleanup` to `changed` - Start Emacs...
Originally libZipSharp had no use for libzip's encryption functions as Xamarin.Android doesn't use them, but now that the library is shipped in a nuget those functions may come useful. Implement...
This makes DVC work correctly in scenarios when it is nested deep in the hierarchy below a top-level navigation controller. {Activate,Deactivate}Controller made virtual to allow for easier customization.