Skip to content

Commit 4c2b65c

Browse files
Merge pull request #308 from ClrCoder/main
Added ProviderAliasAttribute to add standard configuration support.
2 parents 773a49c + ee204d4 commit 4c2b65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Logging.XUnit/XUnitLoggerProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace MartinCostello.Logging.XUnit;
88
/// <summary>
99
/// A class representing an <see cref="ILoggerProvider"/> to use with xunit.
1010
/// </summary>
11+
[ProviderAlias("XUnit")]
1112
public partial class XUnitLoggerProvider : ILoggerProvider
1213
{
1314
/// <summary>

0 commit comments

Comments
 (0)