MauiWindowsExtensions
Class static net8.0
Provides extension methods for adding Windows platform resources to MAUI projects.
namespace Aspire.Hosting;
public static class MauiWindowsExtensions{ // ...}Methods2
Section titled MethodsAddWindowsDevice(IResourceBuilder<MauiProjectResource>)extensionats ignoredIResourceBuilder<MauiWindowsPlatformResource> Adds a Windows device resource to run the MAUI application on the Windows platform.
AddWindowsDevice(IResourceBuilder<MauiProjectResource>, string)extensionats exportIResourceBuilder<MauiWindowsPlatformResource> Adds a Windows device resource to run the MAUI application on the Windows platform with a specific name.