Gerald Versluis

Results 680 comments of Gerald Versluis
trafficstars

@ISSPRO-Eng could you maybe provide a list of the third-party libraries you're using?

Thanks for the information! Would you be able to help me out a little further? 1. Could you confirm what the current contents are in your `PrivacyManifest.xcprivacy` file? 2. Is...

I don't think we need anything for our library. Going to verify tomorrow. Adding discussion label so we can mention it during the standup

No special requirements for this library. Follow the instructions [here](https://devblogs.microsoft.com/dotnet/apple-privacy-manifest-support/) for a .NET (MAUI) app and that should be enough to also cover the .NET MAUI Community Toolkit!

Looks like there is a build error for the sample app because now we have a duplicate `Splash.svg` file. Was that added intentionally? Should we remove the one that is...

@brminnick FabricBot is going away, this is probably the new thing. Do we actually use those automations a whole lot here? If we do, we will want to merge this,...

We're waiting until the WinUI team finished their work on 1.5 and then we can hook it up for .NET MAUI. Work is being tracked here: https://github.com/dotnet/maui/issues/20356

From looking at the code this was indeed never implemented on our side for Windows. Depending on how easy/hard it is to do we should consider if it's worth it...

I think we're confusing two things here. Yes we have `HeightRequest` and `WidthRequest` but isn't that for the _control_? The `MediaWidth` and `MediaHeight` should tell me about the dimensions of...

I don't think we need to overdo it, I do would like to match what was available in Xamarin at the very least. Looking at the linked Xamarin Community Toolkit...