We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 773a49c + ee204d4 commit 4c2b65cCopy full SHA for 4c2b65c
src/Logging.XUnit/XUnitLoggerProvider.cs
@@ -8,6 +8,7 @@ namespace MartinCostello.Logging.XUnit;
8
/// <summary>
9
/// A class representing an <see cref="ILoggerProvider"/> to use with xunit.
10
/// </summary>
11
+[ProviderAlias("XUnit")]
12
public partial class XUnitLoggerProvider : ILoggerProvider
13
{
14
0 commit comments