paulirwin commented on PR #961: URL: https://github.com/apache/lucenenet/pull/961#issuecomment-2405161131
Yeah, it's more than just the RandomExtensions though. TestFramework has types in the Analysis, Codecs, and Search namespaces that conflict with the links on the homepage. Basically, a `xref:Lucene.Net.Search` is finding the test-framework version first always, for some reason. We would have to change all of those types to not conflict, or dig into the docfx source and figure out what the problem is, possibly having to submit a PR to docfx to fix it unless we're doing something wrong as of the latest versions. It seemed to me that just specifying a URL by hand was an easier fix for now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org