curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
210 stars 30 forks source link

XML documentation #62

Open thomz12 opened 2 years ago

thomz12 commented 2 years ago

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?