dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 386 forks source link

Obsolete some IDependencyModel properties #9384

Closed drewnoakes closed 5 months ago

drewnoakes commented 5 months ago

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