BioProviders
                                
                                
                                
                                    BioProviders copied to clipboard
                            
                            
                            
                        Problems with documentation generated from fsdocs
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.
 
Directory.Build.props does seem to work if I run a command to generate the docs myself (dotnet fsdocs build --eval), but not from the "GenerateDocs" section of the workflow in build.fsx.
To remedy the first part of this issue, I've removed the GenerateDocs step from build.fsx and instead added a dotnet fsdocs build --eval step in the workflow in 17d8f765cc5651edfdadf2b1dabd6fd0dfe36200. This allows the code to be evaluated correctly and displayed in the generated documentation.
I do also see that the links mentioned in the second part of the issue appear to be correct, but I will keep an eye on this to see if it stays that way before closing the issue.