【发布时间】:2018-04-13 15:04:02
【问题描述】:
我正在尝试迁移到新的 RavenDb 4.0,用于测试目的的旧代码使用 NuGet 包中的 EmbeddableDocumentStore:RavenDB.Database。
用法:
var documentStore = new EmbeddableDocumentStore
{
RunInMemory = true
};
documentStore.Configuration.Storage.Voron.AllowOn32Bits = true;
documentStore.Initialize();
我在RavenDB 4.0 中找不到那个或类似的类,是否有任何新方法来测试依赖于 raven 的代码?
谢谢
【问题讨论】: