Skip to content

Commit

Permalink
NReco's FileLoggerExtensions should NOT be in the Microsoft.Extension…
Browse files Browse the repository at this point in the history
…s.Logging namespace. #61
  • Loading branch information
VitaliyMF committed Dec 24, 2023
1 parent addbc6f commit 1e9b991
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/NReco.Logging.File/FileLoggerExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;

using NReco.Logging.File;

namespace Microsoft.Extensions.Logging
{
namespace NReco.Logging.File {

public static class FileLoggerExtensions

Check warning on line 27 in src/NReco.Logging.File/FileLoggerExtensions.cs

View workflow job for this annotation

GitHub Actions / build

Missing XML comment for publicly visible type or member 'FileLoggerExtensions'
{
Expand Down

0 comments on commit 1e9b991

Please sign in to comment.