3 references to AddWindowsDevice
Aspire.Hosting.Maui (2)
MauiWindowsExtensions.cs (2)
27
/// This overload is not available in polyglot app hosts. Use <see cref="
AddWindowsDevice
(IResourceBuilder{MauiProjectResource}, string)"/> instead.
48
return builder.
AddWindowsDevice
(name);
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
25
(maui, name) => maui.
AddWindowsDevice
(name),