Skip to content

Commit

Permalink
Merge pull request #41 from purview-dev/fixed-xml-docs
Browse files Browse the repository at this point in the history
docs: fixed xml comments mistake
  • Loading branch information
kieronlanning authored Jun 3, 2024
2 parents 4bf67d9 + 3c1eb15 commit 56d3a60
Show file tree
Hide file tree
Showing 885 changed files with 885 additions and 885 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SOLUTION_FILE = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
TEST_PROJECT = $(ROOT_FOLDER)Purview.Telemetry.SourceGenerator.sln
CONFIGURATION = Release

PACK_VERSION = 1.0.10
PACK_VERSION = 1.0.11
ARTIFACT_FOLDER = p:/sync-projects/.local-nuget/

# Targets
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleApp/SampleApp.Host/SampleApp.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="1.0.8" />
<PackageReference Include="Purview.Telemetry.SourceGenerator" Version="1.0.11" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public InfoAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="InfoAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TraceAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="TraceAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WarningAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="WarningAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public InfoAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="InfoAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TraceAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="TraceAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WarningAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="WarningAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public InfoAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="InfoAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TraceAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="TraceAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WarningAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="WarningAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public InfoAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="InfoAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TraceAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="TraceAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WarningAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="WarningAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public InfoAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="InfoAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public TraceAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="TraceAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public WarningAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="WarningAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public CriticalAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="CriticalAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DebugAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="DebugAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ErrorAttribute(string? messageTemplate = null, string? name = null)

/// <summary>
/// Creates a new instance of the <see cref="ErrorAttribute"/>, specifying the <see cref="EventId"/>
/// and the <see cref="Level"/>, optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// and optionally the <see cref="MessageTemplate"/> and <see cref="Name"/>.
/// </summary>
/// <param name="eventId">Specifies the <see cref="EventId"/>.</param>
/// <param name="messageTemplate">Optionally specifies the <see cref="MessageTemplate"/>.</param>
Expand Down
Loading

0 comments on commit 56d3a60

Please sign in to comment.