1 write to IsWarning
aspire (1)
Commands\PublishCommandBase.cs (1)
346task.IsWarning = activity.Data.IsWarning;
2 references to IsWarning
aspire (2)
Commands\PublishCommandBase.cs (2)
348if (task.IsError || task.IsWarning || task.IsComplete) 351task.IsWarning ? "[yellow]⚠ WARNING:[/]" : "[green]✓ DONE:[/]";