Skip to content
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

Automate detecting new transitive dependencies for .NET Framework #3817

Open
Kielek opened this issue Nov 25, 2024 · 0 comments
Open

Automate detecting new transitive dependencies for .NET Framework #3817

Kielek opened this issue Nov 25, 2024 · 0 comments
Milestone

Comments

@Kielek
Copy link
Contributor

Kielek commented Nov 25, 2024

TransientDependenciesTests.DefinedTransientDeps_Are_MatchingGeneratedDeps is not able to detect new transitive dependencies.
Example:

OpenTelemetry.Exporter.Zipkin references System.Text.Json 4.7.2 (without any reference to System.IO.Pipelines). The we upgrade this package to System.Text.Json 9.0.0. New version is referencing System.IO.Pipelines.

Mentioned tests was modified to manually handle this particular case. It should be automated to handle all future changes automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants