Dream workflow
- I have a blank .NET MAUI template ready, with an IDE open.
- I drop a design (image) into Copilot Chat, and simply say "implement this design".
- The AI iterates: using hot reload, screenshots, logs, visual tree, and gives me something close to the target image.
Example
An example of what we are looking for (WPF example) is:
Implementation
CLI is an initial starting point, as it requires little configuration and "agent mode" copilots can run commands to accomplish tasks. MCP servers are an addition, we will consider where needed.
Dream workflow
Example
An example of what we are looking for (WPF example) is:
Implementation
CLI is an initial starting point, as it requires little configuration and "agent mode" copilots can run commands to accomplish tasks. MCP servers are an addition, we will consider where needed.
dotnet runworks end-to-end for .NET MAUIdotnet runextensibility for .NET MAUI sdk#51337 (spec)Spectre.Consolesdk#51509Spectre.Consolesdk#51859 (shipping in .NET 10.0.2xx SDK)Restorefor device selection sdk#52113DeployToDevicetarget invocation sdk#52046dotnet runsdk#52608$(Device)andComputeAvailableDevicesMSBuild target android#10576ComputeAvailableDevicesandroid#10623DeployToDevicetarget android#10631DeployToDevicetarget w/ Fast Deployment android#10641ComputeRunArgumentstarget no longer needs to deploy android#10640dotnet runconsole behavior android#10645dotnet runandroid#10646$DOTNET_STARTUP_HOOKSon CoreCLR android#10755dotnet watchworks end-to-end for .NET MAUIdotnet-watchsupport for mobile sdk#52492PlatformNotSupportedExceptionon various platforms sdk#52351NullReferenceExceptionsdk#52367runtimeconfig.jsonvalues android#10669$(StartupHookSupport)=false*only* for Release mode android#10670PosixSignalRegistrationsdk#52466dotnet run -e FOO=BARpasses@(RuntimeEnvironmentVariable)sdk#52664@(RuntimeEnvironmentVariable)items android#10770DeployHotReloadAgentConfigurationtarget android#10699$DOTNET_STARTUP_HOOKSruntime#123964dotnet testworks end-to-end- for .NET MAUIdotnet testandroid#9496dotnet testworks for .NET MAUI projects #34433dotnet mauiCLIdotnet-mauiCLI specification #32757 (spec)dotnet maui screenshotcommand #33551 (screenshot)