chore(deps): LocalDb 0.2.0 — dereg cleanup, late-opt-in baselining, byte-budget replication
This commit is contained in:
@@ -233,6 +233,12 @@ public class SiteHealthCheckTests : IDisposable
|
||||
public ReplicatedTable RegisterReplicated(string tableName) =>
|
||||
throw new InvalidOperationException("store unreachable");
|
||||
|
||||
public ReplicatedTable RegisterReplicated(string tableName, bool baselineExistingRows) =>
|
||||
throw new InvalidOperationException("store unreachable");
|
||||
|
||||
public bool DeregisterReplicated(string tableName) =>
|
||||
throw new InvalidOperationException("store unreachable");
|
||||
|
||||
public IReadOnlyDictionary<string, ReplicatedTable> ReplicatedTables =>
|
||||
throw new InvalidOperationException("store unreachable");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user