Skip to content

Commit

Permalink
Merge pull request #308 from ClrCoder/main
Browse files Browse the repository at this point in the history
Added ProviderAliasAttribute to add standard configuration support.
  • Loading branch information
martincostello authored May 15, 2022
2 parents 773a49c + ee204d4 commit 4c2b65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Logging.XUnit/XUnitLoggerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace MartinCostello.Logging.XUnit;
/// <summary>
/// A class representing an <see cref="ILoggerProvider"/> to use with xunit.
/// </summary>
[ProviderAlias("XUnit")]
public partial class XUnitLoggerProvider : ILoggerProvider
{
/// <summary>
Expand Down

0 comments on commit 4c2b65c

Please sign in to comment.