Sebastien Pouliot
Sebastien Pouliot
This is semi-related to https://github.com/dotnet/sdk/issues/21877 where a .csproj has several target frameworks. ```xml net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-macos ``` This leads to the known issues :( but this one seems different. The main project...
### Steps to Reproduce 1. `file /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.402/tools/lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch` ### Expected Behavior Two slices: `x86_64` and `arm64` ### Actual Behavior `mlaunch` is only shipped as an `x86_64` binary ``` /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.402/tools/lib/mlaunch/mlaunch.app/Contents/MacOS/mlaunch: Mach-O universal...
* `[Model]` and `[Native]` are not needed at runtime if the dynamic registrar is removed * Removing (and storing) the attributes earlier make it's possible for them not to be...
Original Issue: https://github.com/xamarin/xamarin-macios/issues/12416 ## Steps to Reproduce 1. Download and uncompress https://github.com/xamarin/xamarin-macios/files/6972130/ImageSharpTest.zip 2. Build for device 3. Execute on device ### Current Behavior Crash ### Expected Behavior No crash ##...
## 🐛 Bug Report Xamarin.Mac cannot build for arm64 since the native library does not have an `arm64` slice. Note: Xamarin.Mac (pre net-6.0) does support `arm64` when `mmp` is given...
When I tried `Linear` I noticed a performance/usability problem for my use case. ```csharp public Image Linear(double[] a, double[] b, bool? uchar = null); ``` I only wanted to multiply/add...
Extracted from issue https://github.com/xamarin/xamarin-macios/issues/12306 The exception occurs when processing `System.Void Abp.Auditing.AuditingInterceptor/d__6`1::MoveNext()` This is not something the SDK can "catch-and-continue". It's possible this is a corrupted PDB but it happened on...
More details in: https://github.com/xamarin/xamarin-macios/pull/1653#issuecomment-278521374 Test case (binaries) in: https://bugzilla.xamarin.com/show_bug.cgi?id=51667 Notes * That might only affect .mdb - I've never really looked into the pdb related source code; * It's a...
Small description, big task :) Dealing with nullable will be handled separately - https://github.com/mono/Embeddinator-4000/issues/229
e4k can (optionally) compile the code it generates, e.g. using `clang`. It would be useful for the user to be able to add extra files (#130) and also other arguments...