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

Obsolete some IDependencyModel properties #9384

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

drewnoakes
Copy link
Member

@drewnoakes drewnoakes commented Feb 2, 2024

The IDependencyModel interface is used by legacy dependency providers. Several of the members on that interface are no longer used, and we mark them as obsolete to advertise this fact to implementers.

This change adds [Obsolete] to a few more unused properties that were missed during earlier work.

Microsoft Reviewers: Open in CodeFlow

The `IDependencyModel` interface is used by legacy dependency providers. Several of the members on that interface are no longer used, and we mark them as obsolete to advertise this fact to implementers.

This change adds `[Obsolete]` to a few more unused properties that were missed during earlier work.
@drewnoakes drewnoakes requested a review from a team as a code owner February 2, 2024 01:23
@drewnoakes drewnoakes merged commit c83a0d7 into dotnet:main Feb 9, 2024
5 checks passed
@drewnoakes drewnoakes deleted the obsolete-properties branch February 9, 2024 01:44
@ghost ghost added this to the 17.9 milestone Feb 9, 2024
@drewnoakes drewnoakes added the Feature-Dependency-Node "Dependencies" node in Solution Explorer that display project, binary & package references label Feb 9, 2024
Copy link

@jacdavis jacdavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image. Fedora Squirrel likes the cut of this code's jib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature-Dependency-Node "Dependencies" node in Solution Explorer that display project, binary & package references
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants