computablee / DotMP

A collection of powerful abstractions for parallel programming in .NET with an OpenMP-like API.
https://computablee.github.io/DotMP/
GNU Lesser General Public License v2.1
29 stars 7 forks source link

Documentation not present in current Nuget Build (date 9/29/2023) #52

Closed bj-rutledge closed 1 year ago

bj-rutledge commented 1 year ago

The current build on NuGet does not contain/expose the documentation for structs, classes, methods, etc. No summaries are available in object browser or IntelliSense.

image

computablee commented 1 year ago

Thank you, I'll look into this and make sure to add a new entry to the makefile that ensures that packing is done properly.