Code Libraries
Posted one year ago
When the packages are uploaded, we scan the assemblies using mono.cecil and extract the API. From that, we can automatically generate a documentation reference section for you.
attribute 'contenteditable' not allowedattribute 'blocktype' not allowed
This is useful to the author because you can go to the page and see what you've exposed. This, more often than not enables you to simplify your API by making types and members internal or private.

It's also incredibly useful to potential users of the library - because they can see exactly how to use it, or take one look at your naming scheme and avoid it altogether.