[release/8.0] Remove DiagnosticSource reference from Microsoft.Extensions.Logging.Abstractions#110458
Merged
ericstj merged 1 commit intorelease/8.0-stagingfrom Dec 17, 2024
Merged
Conversation
…bstractions This was inadvertently added in backport but was not needed.
Contributor
|
Tagging subscribers to this area: @dotnet/area-extensions-logging |
carlossanlop
approved these changes
Dec 5, 2024
tarekgh
approved these changes
Dec 5, 2024
This was referenced Dec 6, 2024
|
When is 8.0.13 scheduled to be released? From the dates in https://github.com/dotnet/core/blob/main/release-notes/8.0/README.md, I guess the second Tuesday of January 2025. |
|
8.0.12 was released today. I guess 8.0.13 will come in February, then. |
Member
Yes, it will be around Feb 11th or so. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #110401
Customer Impact
Unnecessary unused dependency added on <= net7.0, .netstandard, .netframework with the following impact to customer:
Regression
Testing
Build to validate unused dependency is removed.
Risk
Very low. Removing an unused dependency that's only shipped in one release.