When I used to develop using .NET Framework, I just set the CurrentUICulture at the beginning of the application (Winforms or Web) to a culture such a ...
When I used to develop using .NET Framework, I just set the CurrentUICulture at the beginning of the application (Winforms or Web) to a culture such a ...
I have a .NET MAUI Class Library that I am trying to Unit Test with XUnit. The Class Library targets iOS, Android and Windows. I have created a XUnit ...
I have a carousel view in a XAML file: On the other hand, the viewmodel is defined this way: And finally, this is the item of the collection: ...
I am migrating a Xamarin project to .NET Maui and all of the application is building and running fine locally. But when I try to build it through a CI ...
I'm just getting started with .NET MAUI and experiencing issues already. Not sure if all of these issues are related. This is a new machine and has a ...
I have a .Net Maui project that is using Shell Tabs. The tabs at the bottom of the app align perfectly filling in all the space evenly. The tabs that ...
Error returned on return: Unknown PdfException. - - > System.NotSupportedException:Either itext7.bouncy-castle-adapter or itext7. bouncy-castle-fip ...
I'm trying to implement a bindable command in a custom control based on Maps in order to provide action to clicking a pin in the maps control, but the ...
In a .NET MAUI project, I made a class and I want to consume it in XAML file, so I added a xmlns but this namespace can't access the class. I'm tryin ...
I'm creating an ios/android app with .Net Maui and can't get hot reload to work on any platform. Is this working for anyone? I've tried installing an ...
I'm facing an issue with push notifications in .NET MAUI. I'm using Firebase Cloud Messaging and I have successfully integrated it into my app. The pr ...
We are transitioning from Xamarin.Forms to .Net MAUI but our project uses Prism.Unity.Forms. We have a lot of code that basically uses the IContainer. ...
I am building a .Net maui app and I have a list of questions that I need to be collecting answers in a carousel way using radio buttons, I am using MV ...
How do I change the appearance of the XAML element that is displayed while being dragged during a drag & drop operation in .Net MAUI? Maybe I sho ...
In .net-Maui, When I add a ViewElement in a scrollView and the keyboard appear, the keyboard is hidding the ViewElement. If I remove the ScrollView it ...
I want to migrate my xamarin application to the new MAUI project template. In Xamarin, I have a page view (xaml) with a map control bound to the viewm ...
I've set the AndoidManifest.xml this way but still dont work. hrfs with mailto: or tel: dont redirect to nothing on Maui It is like was nothing clicke ...
I'm trying to build an application like MS paint where there's a pencil icon that can draw a line (freehand line) when the user moves the mouse while ...
I would like to do a responsive design for my page, with high resolution, it would be : And for lower resolution, it would be : But I have this ...
In my .Net MAUI project I'm trying to change update my migration. I added a property to my model and did; Add-Migration AddBlogCreatedTimestamp in ...