4 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 (2)
MauiPlatformExtensionsTests.cs (1)
33
(maui, name) => maui.
AddWindowsDevice
(name),
MauiWithArgsTests.cs (1)
223
(maui.
AddWindowsDevice
("win"), "net10.0-windows10.0.19041.0"),