File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ public static IResourceBuilder<MauiMacCatalystPlatformResource> AddMacCatalystDe
5454 /// This method creates a new Mac Catalyst platform resource that will run the MAUI application
5555 /// targeting the Mac Catalyst platform using <c>dotnet run</c>. The resource does not auto-start
5656 /// and must be explicitly started from the dashboard by clicking the start button.
57+ /// <para>
58+ /// You can add multiple Mac Catalyst device resources to a MAUI project by calling this method multiple times with different names.
59+ /// </para>
5760 /// </remarks>
5861 /// <example>
5962 /// Add multiple Mac Catalyst devices to a MAUI project:
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ public static IResourceBuilder<MauiWindowsPlatformResource> AddWindowsDevice(
5454 /// This method creates a new Windows platform resource that will run the MAUI application
5555 /// targeting the Windows platform using <c>dotnet run</c>. The resource does not auto-start
5656 /// and must be explicitly started from the dashboard by clicking the start button.
57+ /// <para>
58+ /// You can add multiple Windows device resources to a MAUI project by calling this method multiple times with different names.
59+ /// </para>
5760 /// </remarks>
5861 /// <example>
5962 /// Add multiple Windows devices to a MAUI project:
You can’t perform that action at this time.
0 commit comments