geaz / sharpDox

A c# documentation tool (Discontinued)

Home Page:http://sharpdox.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output is empty ... ?

SSiefert opened this issue · comments

I assume that I'm doing something wrong. Not sure what ... the output is empty. I'm having a classlibrary-project (net4.6 / vs2017) but the output does not contain any type. The project contains several namespaces, classes and interfaces. I also checked the existing issues ... I'm having an exporter (html) selected.

The problem is, that sharpDox need to "know" the target framework. Unfortunately it seems like all class libraries in VS2017 are targeting .NET Standard instead of the "old" full framework. This target is an unknown target for sharpDox at the moment and therefore, I assume, you get the empty output.

I will check, if I can change this today. Coming back to you asap.

I just released a new version which should fix this problem:
https://github.com/geaz/sharpDox/releases/download/v1.2.3/sharpDox.1.2.3.zip

Please test the new version and let me know, if it works.