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

Regex pattern does not resolve packages from Nuget cache when package and assembly version does not match #120

Open
jcasale opened this issue Sep 3, 2022 · 0 comments

Comments

@jcasale
Copy link

jcasale commented Sep 3, 2022

I am trying to load the documentation for NLog. The NuGet package version is 5.0.4 whereas the assembly version is 5.0.0.0.

The XmlDocsExtensions.GetXmlDocsPathFromNuGetCacheFile uses a regex to parse the JSON encoded project.nuget.cache file, and it builds the pattern incorrectly in this case.

Any thoughts on how to work around this?

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