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.
1 parent 773a49c commit ee204d4Copy full SHA for ee204d4
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