We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef3635 commit c34b3a8Copy full SHA for c34b3a8
test/ShardingCore.Test/Startup.cs
@@ -56,6 +56,7 @@ public void ConfigureServices(IServiceCollection services, HostBuilderContext ho
56
})
57
.UseConfig(op =>
58
{
59
+ //op.UseEntityFrameworkCoreProxies = true;
60
//当无法获取路由时会返回默认值而不是报错
61
op.ThrowIfQueryRouteNotMatch = false;
62
//忽略建表错误compensate table和table creator
0 commit comments