curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler

Home Page:https://h5.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML documentation

thomz12 opened this issue · comments

Hi!

I was wondering about support for XML documentation genearation. Currently if you enable the option in Project properties>Build>Output>Documentation file it doesn't generate a documentation file. (and throws an error if you enabled package on build)

Error	NU5026	The file '[path to the xml]\MyProject.xml' to be packed was not found on disk.

I would like to include the documentation file with my nuget packages to make development easier on project referencing the package. Should it be generating XML documentation currently?