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
2424 public Guid UniqueId { get ; private set ; }
2525 public string RecorderLogFilePath { get ; set ; }
2626
27- /// <summary>
28- /// </summary>
29- /// <param name="outputMapFilePath">The path to the output map file (optional)</param>
30- /// <param name="logger"></param>
3127 public Instrumenter (
3228 InstrumentationOptions options ,
3329 string outputMapFilePath ,
Original file line number Diff line number Diff line change 2121 <DefineConstants >DEBUG;TRACE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24+ <DocumentationFile >bin\Debug\SG.CodeCoverage.xml</DocumentationFile >
25+ <NoWarn >CS1591</NoWarn >
2426 </PropertyGroup >
2527 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2628 <DebugType >pdbonly</DebugType >
You can’t perform that action at this time.
0 commit comments