There are a couple of issues with the current generation of documentation using fsdocs. I've spent some time trying to figure these out, but have not had any success yet.
- When running the build script, the code in GenBankExample.fsx does not run. The output of the build script mentions that the DesignTime assembly is already loaded and without being able to load the BioProviders package, the code naturally doesn't work.
- I cannot get the License, Release Notes and Source Repository links to have the correct URL. I've tried including a Directory.Build.props like the original FSharp.Formatting in the solution (which isn't committed yet) with the required XML properties but that doesn't seem to work.
There are a couple of issues with the current generation of documentation using fsdocs. I've spent some time trying to figure these out, but have not had any success yet.