-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trim dependencies #5058
Trim dependencies #5058
Conversation
- Enable the ReferenceTrimmer analyzer to make sure the dependencies stay clean. Fixes #5046
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I've said it offline but just mentioning here too. This is a breaking change because we consider the dependencies to be part of the public contract of a package.
test/Generators/Microsoft.Gen.Metrics/Unit/Microsoft.Gen.Metrics.Unit.Tests.csproj
Show resolved
Hide resolved
...Extensions.Compliance.Redaction.Tests/Microsoft.Extensions.Compliance.Redaction.Tests.csproj
Show resolved
Hide resolved
...Libraries/Microsoft.Extensions.Http.Diagnostics/Microsoft.Extensions.Http.Diagnostics.csproj
Show resolved
Hide resolved
src/Libraries/Microsoft.Extensions.Resilience/Microsoft.Extensions.Resilience.csproj
Show resolved
Hide resolved
I think I just ran into this with Polly for |
Actually, it's affecting |
Fixes #5046
Microsoft Reviewers: Open in CodeFlow