6 writes to Detail
aspire (1)
Migrations\TypeScriptAppHostMigration.cs (1)
78
Detail
= string.Format(
Aspire.Cli.Tests (5)
Commands\UpdateCommandTests.cs (3)
946
Detail
= "The legacy AppHost needs migrating"
1026
Detail
= "The legacy AppHost needs migrating"
1057
Detail
= "The legacy AppHost needs migrating"
Migrations\PendingMigrationsCheckTests.cs (2)
38
Detail
= "The thing needs migrating",
73
Detail
= "Detail message"
3 references to Detail
aspire (2)
Migrations\MigrationDescriptor.cs (1)
11
/// and <c>aspire doctor</c> reports <see cref="
Detail
"/> (plus <see cref="Metadata"/> for JSON
Utils\EnvironmentChecker\PendingMigrationsCheck.cs (1)
72
Message = descriptor.
Detail
,
Aspire.Cli.Tests (1)
Migrations\TypeScriptAppHostMigrationTests.cs (1)
60
Assert.Contains("apphost.ts", descriptor.
Detail
);