You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 encodedproject.nuget.cache
file, and it builds the pattern incorrectly in this case.Any thoughts on how to work around this?
The text was updated successfully, but these errors were encountered: