6 writes to Title
aspire (1)
Migrations\TypeScriptAppHostMigration.cs (1)
73
Title
= string.Format(
Aspire.Cli.Tests (5)
Commands\UpdateCommandTests.cs (3)
945
Title
= "Migrate 'apphost.ts' to 'apphost.mts'",
1025
Title
= "Migrate 'apphost.ts' to 'apphost.mts'",
1056
Title
= "Migrate 'apphost.ts' to 'apphost.mts'",
Migrations\PendingMigrationsCheckTests.cs (2)
37
Title
= "Migrate the thing",
72
Title
= "Apply me",
4 references to Title
aspire (3)
Commands\UpdateCommand.cs (2)
504
InteractionService.DisplaySubtleMessage($" - {descriptor.
Title
}");
520
InteractionService.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)
1008
Assert.Contains($" - {descriptor.
Title
}", subtleMessages);