6 writes to Title
aspire (1)
Migrations\TypeScriptAppHostMigration.cs (1)
73Title = string.Format(
Aspire.Cli.Tests (5)
Commands\UpdateCommandTests.cs (3)
945Title = "Migrate 'apphost.ts' to 'apphost.mts'", 1025Title = "Migrate 'apphost.ts' to 'apphost.mts'", 1056Title = "Migrate 'apphost.ts' to 'apphost.mts'",
Migrations\PendingMigrationsCheckTests.cs (2)
37Title = "Migrate the thing", 72Title = "Apply me",
4 references to Title
aspire (3)
Commands\UpdateCommand.cs (2)
504InteractionService.DisplaySubtleMessage($" - {descriptor.Title}"); 520InteractionService.DisplaySubtleMessage($" - {descriptor.Title}");
Migrations\MigrationDescriptor.cs (1)
10/// descriptor feeds two surfaces: <c>aspire update --migrate</c> lists <see cref="Title"/> before applying,
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1008Assert.Contains($" - {descriptor.Title}", subtleMessages);