Skip to content

Commit c203f89

Browse files
Mohammad DehghanMohammad Dehghan
authored andcommitted
Generate XML docs
1 parent f45463d commit c203f89

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SG.CodeCoverage/Instrumentation/Instrumenter.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

SG.CodeCoverage/SG.CodeCoverage.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
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>

0 commit comments

Comments
 (0)