Ste*_*uhr 2 entity-framework-core .net-core-rc2
如何使用EF7 RC2抑制环境事务警告?
所述SuppressAmbientTransactionWarning()方法不能被发现.
Dav*_*ten 11
虽然问题与RC2有关,但截至2016年10月16日,这对我有用,希望对其他人有用:
services.AddDbContext<OpenDataContext>(options =>
{
options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection"));
options.ConfigureWarnings(x => x.Ignore(RelationalEventId.AmbientTransactionWarning));
});
Run Code Online (Sandbox Code Playgroud)
在上面的集成测试设置类中使用.
归档时间: |
|
查看次数: |
2167 次 |
最近记录: |