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

annotator is broken when microsoft.netcore.app.ref isn't in NuGetPackageRoot #94

Open
corngood opened this issue Jun 28, 2024 · 0 comments

Comments

@corngood
Copy link

The use of $(NuGetPackageRoot) here:

<_AnnotatedReferenceAssemblyDirectoryContents Include="$(NuGetPackageRoot)\microsoft.netcore.app.ref\$(AnnotatedReferenceAssemblyVersion)\ref\*\*.dll" />

obviously doesn't work if microsoft.netcore.app.ref isn't in the package root, but this is possible when using fallback package paths.

I think ideally this should be getting the path as resolved by nuget, but I'm not quite sure how to go about doing that.

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

No branches or pull requests

1 participant