-
Notifications
You must be signed in to change notification settings - Fork 245
NullLoggerFactory and friends are in the wrong namespace #594
Comments
I think we did see this while @ajaybhargavb was doing all the NullLoggerXyz cleanup, but perhaps it was too big of a breaking change? I don't recall exactly... |
I don't remember what exactly but some of these types were used in repos that only needed to depend on |
We should fix it. |
The issue I'm raising here is that the namespace is wrong. |
@ajaybhargavb can you compare what was shipped in 1.1.x to what we have in 2.0-dev? |
Assigned to @ajaybhargavb for investigation. |
@ajaybhargavb will this fit in preview1? If so please bring this back to 2.0.0-preview1 milestone. Thanks. |
I'll see how many repos will need the update. But first, are we okay with this breaking change? |
Talked with @muratg and @ajaybhargavb and given that this would be an annoying breaking for almost no value, so closing it. |
All of these types are in the
Microsoft.Extensions.Logging.Abstractions
- whereas the types that they implement are inMicrosoft.Extensions.Logging
.See: #566 - I don't see any discussion of the namespace in this issue or the PR which leads me to believe it's not intentional.
The text was updated successfully, but these errors were encountered: