This is purely a selfish request - The ILoggerFactory is a common dotnet interface, which when using this library for anything will become the first-priority for selection. Downside is, it gets selected before the official MS libs if you are flying through code

Any chance those accessors could be marked internal instead of public? I am unsure why they would need to be exposed if they are in what most would say, an internal folder for lib internals only. Just my .02c, and again, purely selfish for my auto-complete sanity!
|
public interface ILoggerFactory |
This is purely a selfish request - The
ILoggerFactoryis a common dotnet interface, which when using this library for anything will become the first-priority for selection. Downside is, it gets selected before the official MS libs if you are flying through codeAny chance those accessors could be marked
internalinstead of public? I am unsure why they would need to be exposed if they are in what most would say, aninternalfolder for lib internals only. Just my .02c, and again, purely selfish for my auto-complete sanity!DnsClient.NET/src/DnsClient/Internal/ILoggerFactory.cs
Line 5 in b9e9050