Github user Shazwazza commented on the issue:
https://github.com/apache/lucenenet/pull/206
Hi, quick update here
## New .csproj Format
csproj references are all working but please let me know if I'm missing any
since there's seems to be additional ones i didn't see before like
Lucene.Net.Demo, Lucene.Net.Analysis.Kuromoji
## Lucene.Net.Cli
Have updated this to work, there's now a new link in the header to the CLI
docs and i've added toc files to them so they render nicely
## overview/package md files
I've included these files as content for the build and the way I've
included these things is as namespace docs but to do that you need to give each
one a UID of the namespace, you can see in my commits how I've done that. I
haven't updated all 244 but I've updated the main ones. So most of the
overview.md are used for the navigation headers and then the package.md ones
are used for the namespace docs.
Pretty sure your xref links are working too for the most part
## .gitignore
I still can't replicate this issue, i can always drop in a gitignore line
if you let me know what it is that is needed
---