Hi, thanks for this library it is quite useful.
Could you add the documentation file so that we can see the comments when using the package? I think all you need to do is add this property group to the project file
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <DocumentationFile></DocumentationFile> </PropertyGroup>