Skip to content

Commit b8d3f83

Browse files
committed
(build) Update Open Cover
1 parent 48cd602 commit b8d3f83

21 files changed

+569
-26
lines changed
39.5 KB
Binary file not shown.

lib/OpenCover/Autofac.dll

199 KB
Binary file not shown.

lib/OpenCover/Gendarme.Framework.dll

1.5 KB
Binary file not shown.
Binary file not shown.

lib/OpenCover/License.rtf

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

lib/OpenCover/License.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.
Binary file not shown.
-131 KB
Binary file not shown.

lib/OpenCover/Mono.Cecil.Mdb.dll

42 KB
Binary file not shown.

lib/OpenCover/Mono.Cecil.Pdb.dll

-1.5 KB
Binary file not shown.

lib/OpenCover/Mono.Cecil.dll

3 KB
Binary file not shown.

lib/OpenCover/OpenCover.Console.exe

12 KB
Binary file not shown.
Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
4-
<startup>
5-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
6-
</startup>
7-
8-
</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>
12 KB
Binary file not shown.

lib/OpenCover/OpenCover.Framework.dll

57 KB
Binary file not shown.

lib/OpenCover/log4net.config

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<configSections>
4+
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
5+
</configSections>
6+
7+
<log4net>
8+
<appender name="ColoredConsoleAppender" type="log4net.Appender.ColoredConsoleAppender">
9+
<mapping>
10+
<level value="ERROR" />
11+
<foreColor value="White" />
12+
<backColor value="Red, HighIntensity" />
13+
</mapping>
14+
<mapping>
15+
<level value="DEBUG" />
16+
<backColor value="Green" />
17+
</mapping>
18+
<layout type="log4net.Layout.PatternLayout">
19+
<conversionPattern value="%message%newline" />
20+
</layout>
21+
</appender>
22+
23+
<root>
24+
<appender-ref ref="ColoredConsoleAppender" />
25+
</root>
26+
27+
</log4net>
28+
29+
</configuration>

lib/OpenCover/log4net.dll

294 KB
Binary file not shown.

0 commit comments

Comments
 (0)