1 write to IsReadOnly
Aspire.Dashboard (1)
ServiceClient\DashboardSqliteDatabase.cs (1)
39
IsReadOnly
= readOnly;
6 references to IsReadOnly
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.cs (2)
36
public bool IsReadOnly => _database.
IsReadOnly
;
75
if (!database.
IsReadOnly
)
ServiceClient\DashboardSqliteDatabase.cs (1)
183
if (
IsReadOnly
)
Aspire.Dashboard.Components.Tests (1)
Shared\FluentUISetupHelpers.cs (1)
193
if (!database.
IsReadOnly
)
Aspire.Dashboard.Tests (2)
Integration\StartupTests.cs (1)
59
Assert.False(databasePool.Current.Database.
IsReadOnly
);
Model\DashboardDataSourceTests.cs (1)
818
var historicalDatabases = repositoryFactory.Databases.Where(database => database.
IsReadOnly
).ToList();