Skip to content

Commit ee204d4

Browse files
committed
Added ProviderAliasAttribute to add standard configuration support through settings system.
1 parent 773a49c commit ee204d4

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)