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

Support hint path parsing for Reference items #34

Open
FrediKats opened this issue May 3, 2024 · 0 comments
Open

Support hint path parsing for Reference items #34

FrediKats opened this issue May 3, 2024 · 0 comments
Labels
feature Use cases and global aim

Comments

@FrediKats
Copy link
Member

Dotnet project system allow to specify attributes for Reference like HintPath. Need to implement parsing for this type.

<ItemGroup>
  <Reference Include="A" HintPath="Path/A.dll" />
  <Reference Include="B">
    <HintPath>Path/B.dll</HintPath>
  </Reference>
</ItemGroup>
@FrediKats FrediKats added the feature Use cases and global aim label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Use cases and global aim
Projects
None yet
Development

No branches or pull requests

1 participant