Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi I am working on migrating xamarin forms application to .net MAUI (multi project).
i have created MauiProgram.cs in forms project and in android project.
only android MauiProgram.cs is calling and forms one is not calling.
i want both to be called to excute some functionality.
please help on this.