barry-jones / live-documenter

.NET documentation generator and live reader. Generate documentation from .NET code and xml comments, fast, quick and easy.
https://livedocumenter.barryjones.me.uk
MIT License
71 stars 4 forks source link

handle registry dependancies for html help executables to make cross platform #18

Open barry-jones opened 5 years ago

barry-jones commented 5 years ago

The HTML Help executables are used to compile the compiled html help files. These are only available on windows and when searching for the install directory the fallback search looks through the registry.

So as part of the move to the .NET core the compatabilty pack has been used. This will not work on non-windows platforms so needs some action to remove or not have these dependancies on other platforms.

barry-jones commented 5 years ago

Related to #3