Questions tagged [maui]

Develop cross-platform native applications using the .NET Multi-platform App UI (MAUI) framework. This versatile toolkit allows developers to create apps for Android, iOS, macOS, Windows, and Tizen devices with ease. Transitioning from Xamarin.Forms, .NET MAUI is now integrated into the larger .NET ecosystem for improved functionality and efficiency.

When publishing, TypeScript-compiled JS files fail to be included, even though they are included during the build process in Debug and Release modes

My .NET MAUI project includes TypeScript files in the Scripts\scriptfiles.ts folder, which are compiled into wwwroot\js\scriptfiles.js. Everything functions properly until my client attempts to publish it, at which point all script files go ...