2 references to FormatSchemaVersion
Aspire.Dashboard (2)
ServiceClient\DashboardSqliteDatabase.cs (2)
156
throw new InvalidOperationException($"The dashboard database schema version {
FormatSchemaVersion
(existingSchemaVersion)} does not match the expected version {SchemaVersion}.");
169
throw new InvalidOperationException($"The dashboard database schema was initialized to version {
FormatSchemaVersion
(initializedSchemaVersion)} instead of the expected version {SchemaVersion}.");