Skip to content

Commit

Permalink
Missing XML doc comment for V3CommonContext.IXunitSerializerType
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Dec 16, 2024
1 parent 51976f3 commit 50e58fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xunit.analyzers/Utility/V3CommonContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ public class V3CommonContext : ICommonContext
public INamedTypeSymbol? IXunitSerializableType =>
lazyIXunitSerializableType.Value;

/// <summary>
/// Gets a reference to type <c>IXunitSerializer</c>, if available.
/// </summary>
/// <remarks>This type lives in <c>xunit.v3.common</c>.</remarks>
public INamedTypeSymbol? IXunitSerializerType =>
lazyIXunitSerializerType.Value;

Expand Down

0 comments on commit 50e58fb

Please sign in to comment.