Browse Source
Open Cover 4.5.1923 does not eat memory as 4.0.804 x86/OpenCover.Profiler.dll 4.5.2316 covers switch/default: branchpull/67/head
10 changed files with 21 additions and 7 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +1,22 @@
@@ -1,8 +1,22 @@
|
||||
<?xml version="1.0"?> |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<configuration> |
||||
|
||||
<startup> |
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> |
||||
</startup> |
||||
|
||||
</configuration> |
||||
<configSections> |
||||
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/> |
||||
</configSections> |
||||
<autofac> |
||||
<modules> |
||||
<module type="OpenCover.Extensions.RegisterStrategiesModule, OpenCover.Extensions" /> |
||||
</modules> |
||||
</autofac> |
||||
<startup> |
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> |
||||
</startup> |
||||
<runtime> |
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||||
<dependentAssembly> |
||||
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral" /> |
||||
<bindingRedirect oldVersion="0.0.0.0-0.9.5.0" newVersion="0.9.5.0" /> |
||||
</dependentAssembly> |
||||
</assemblyBinding> |
||||
</runtime> |
||||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue