Skip to content

Commit ef35a8c

Browse files
committed
(GH-33) Add OpenCover executables
1 parent 663a338 commit ef35a8c

18 files changed

+570
-0
lines changed
39.5 KB
Binary file not shown.

Tools/OpenCover/Autofac.dll

199 KB
Binary file not shown.
83 KB
Binary file not shown.
Binary file not shown.

Tools/OpenCover/License.rtf

Lines changed: 166 additions & 0 deletions
Large diffs are not rendered by default.

Tools/OpenCover/Mono.Cecil.Mdb.dll

42 KB
Binary file not shown.

Tools/OpenCover/Mono.Cecil.Pdb.dll

79.5 KB
Binary file not shown.

Tools/OpenCover/Mono.Cecil.dll

271 KB
Binary file not shown.

Tools/OpenCover/OpenCover.Console.exe

71 KB
Binary file not shown.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/>
5+
</configSections>
6+
<autofac>
7+
<modules>
8+
<module type="OpenCover.Extensions.RegisterStrategiesModule, OpenCover.Extensions" />
9+
</modules>
10+
</autofac>
11+
<startup>
12+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
13+
</startup>
14+
<runtime>
15+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
16+
<dependentAssembly>
17+
<assemblyIdentity name="Mono.Cecil" publicKeyToken="0738eb9f132ed756" culture="neutral" />
18+
<bindingRedirect oldVersion="0.0.0.0-0.9.5.0" newVersion="0.9.5.0" />
19+
</dependentAssembly>
20+
<dependentAssembly>
21+
<assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
22+
<bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
23+
</dependentAssembly>
24+
</assemblyBinding>
25+
</runtime>
26+
</configuration>

0 commit comments

Comments
 (0)