Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个自动构建脚本来运行验收测试。我的应用程序使用 Fluent NHibernate。我的构建脚本应该在运行测试之前部署数据库。是否有用于从流利的映射创建数据库的 msbuild 任务?
我编写了一个 testbaseclass,它在静态构造函数中为所有测试创建数据库和 sessionfactory。它在代码中总是更容易。