mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Hiding SQL Trace in Specflow tests
--HG-- branch : 1.x extra : rebase_source : 317065e8d639431f1043ebd912cf4f0b61b78261
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<autofac defaultAssembly="Orchard.Framework">
|
||||
<components>
|
||||
|
||||
<component instance-scope="single-instance"
|
||||
<!--<component instance-scope="single-instance"
|
||||
type="Orchard.Specs.Hosting.TraceEnabledDataServicesProviderFactory, Orchard.Specs"
|
||||
service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/>
|
||||
service="Orchard.Data.Providers.IDataServicesProviderFactory, Orchard.Framework"/>-->
|
||||
|
||||
</components>
|
||||
</autofac>
|
||||
|
@@ -193,6 +193,11 @@
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.3.1.4000" newVersion="3.3.1.4000" />
|
||||
</dependentAssembly>
|
||||
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da"/>
|
||||
<bindingRedirect oldVersion="2.2.0.0-2.6.3.862" newVersion="3.0.0.0"/>
|
||||
</dependentAssembly>
|
||||
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user