File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,6 @@ public class Instrumenter
24
24
public Guid UniqueId { get ; private set ; }
25
25
public string RecorderLogFilePath { get ; set ; }
26
26
27
- /// <summary>
28
- /// </summary>
29
- /// <param name="outputMapFilePath">The path to the output map file (optional)</param>
30
- /// <param name="logger"></param>
31
27
public Instrumenter (
32
28
InstrumentationOptions options ,
33
29
string outputMapFilePath ,
Original file line number Diff line number Diff line change 21
21
<DefineConstants >DEBUG;TRACE</DefineConstants >
22
22
<ErrorReport >prompt</ErrorReport >
23
23
<WarningLevel >4</WarningLevel >
24
+ <DocumentationFile >bin\Debug\SG.CodeCoverage.xml</DocumentationFile >
25
+ <NoWarn >CS1591</NoWarn >
24
26
</PropertyGroup >
25
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
28
<DebugType >pdbonly</DebugType >
You can’t perform that action at this time.
0 commit comments