Ivan
Ivan
### Steps to Reproduce I have received this crash report from AppCenter. It only happens for users on macOS 13.0 Ventura. It could be a macOS Ventura bug, but it...
Bookshare is a service that distribute books in .zip files (DAISY format). Those files aren't recognized as the proper zip archive by the current version of Sharpcompress. Interesting enough, this...
I get this: Could not load the file 'System.Runtime.CompilerServices.Unsafe' at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity) [0x00073] in /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/src/Xamarin.Mac/mcs/class/corlib/System/AppDomain.cs:758 at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/src/Xamarin.Mac/mcs/class/corlib/System/AppDomain.cs:724 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(System.Reflection.AssemblyName) at...
This only happens when compiling in the release mode in UWP. It happens since version 25.1. Version 25.0 works well. Debug also works. Here is the error that I get:...
First to say that I was (and I am still) very happy to see that there is a port of PDFBox to .NET. I understand that it is work in...
Thresholds like `MinContentLengthReadearable ` must be language sensitive. For example the default values work quite well for English. But for Chinese they should be something like 8x lower. The obvious...
### Steps to Reproduce Run this code: `var center = new SWHighlightCenter();` ### Expected Behavior This should work. For example this works properly in swift: `self.highlightCenter = SWHighlightCenter()` ### Actual...
### Steps to Reproduce Check this: `UIAction.Identifier.Paste` ### Expected Behavior It is not bound ### Actual Behavior This exists since iOS 15 so it needed to be bound already. It...
### Steps to Reproduce Type: `AVSpeechSynthesisVoiceQuality.Premium` ### Expected Behavior This should work, see: https://developer.apple.com/documentation/avfaudio/avspeechsynthesisvoicequality/avspeechsynthesisvoicequalitypremium?language=objc ### Actual Behavior This is not bound ### Environment Version information ``` Visual Studio Community 2022...
It seems to be possible to add the native Watch app to the Xamarin app but with 0 documentation. According to https://github.com/xamarin/xamarin-macios/issues/16142 this is done using `_ResolvedWatchAppReferences` Searching for this...