dotnet / project-system

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

Add a rule for AdditionalFiles #9354

Closed jasonmalinowski closed 9 months ago

jasonmalinowski commented 9 months ago

To ensure the language service can get the same link metadata and handling as Compile items, I'm updating the VS Code project system to reuse the same logic. This requires having a new rule to grab the items during evaluation, so I'm copy/pasting the Compile item and updating as appropriate.

Microsoft Reviewers: Open in CodeFlow