10 references to DatabaseFileName
Aspire.Dashboard (7)
Model\DashboardSqliteOutgoingPeerResolver.cs (3)
14var isDashboardSqlite = string.Equals(attributes.GetValue(OtlpSpan.PeerServiceAttributeKey), DashboardRunStore.DatabaseFileName, StringComparison.Ordinal) && 16string.Equals(attributes.GetValue("db.namespace"), DashboardRunStore.DatabaseFileName, StringComparison.Ordinal); 18name = isDashboardSqlite ? DashboardRunStore.DatabaseFileName : null;
ServiceClient\DashboardRunStore.cs (4)
123DatabasePath = Path.Combine(RunDirectory, DatabaseFileName); 132DatabasePath = Path.Combine(RunDirectory, DatabaseFileName); 141DatabasePath = Path.Combine(RunDirectory, DatabaseFileName); 200!File.Exists(Path.Combine(directory, DatabaseFileName)))
Aspire.Dashboard.Tests (3)
Model\DashboardDataSourceTests.cs (3)
962var historicalDatabasePath = Path.Combine(historicalDirectory, DashboardRunStore.DatabaseFileName); 968var malformedDatabasePath = Path.Combine(malformedDirectory, DashboardRunStore.DatabaseFileName); 994DatabasePath = Path.Combine(workspace.Path, "unavailable", DashboardRunStore.DatabaseFileName),