Sebastien Pouliot
Sebastien Pouliot
@joeyj start with https://github.com/xamarin/xamarin-macios/wiki/How-to-Contribute then build the repo locally, add new bindings and do a pull-request for them You can chat with the teams and other contributors on https://aka.ms/dotnet-discord
I wonder if that change removed the 32bits compilers... Otherwise this is not the first time Apple bumped its requirements. Xcode 13.x can still build/install for older devices but can't...
I have not checked what is generated (in the manifest) with a MAUI project/template. Ideally we would only have the net6+ configuration (that was the goal) but it could be...
I can't edit the issue but `iOS get_Scale` should not be happening anymore since https://github.com/unoplatform/uno/pull/9114 was merged (and calls to `UIScreen.MainScreen` are cached).
https://github.com/icsharpcode/ILSpy/issues/2823 , while a different issue (and stack trace) that happens after ILSpy reprocessed the .pdb file, leads to the same issue. A bit tragic considering that the app is...
@CyrusNajmabadi I agree about the challenges. We're not tied to the current implementation/model, but we do need more information for our extension to remain useful to developers. @dibarbet We definitively...
> what were you using Debug/Release configuration for, Since both configurations are defined, by default, in the dotnet/SDK csproj we use this, in our UI, so developers can select the...
There's no concrete plans (as someone currently working on them) to add those API. IIRC (I'm no expert on the subject) those are API to create applications that use/control accessibility...
If some steps are in error/incomplete/unfixed the process ends with a warning (in red inside terminals that supports colors) like this: ``` ─────────────────────────────────────────────────────────────────────────────────── 🔔 There were one or more problems...
There's already something that does that grouping. Here's it's reporting `xcode` check failed (but without much details) ``` Checkup had Error status: xcode xcode: 🔔 There were one or more...