You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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>
The text was updated successfully, but these errors were encountered: