retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.02k stars 201 forks source link

api documentation error for .net framework 4.7.2 web project on dotnet installed machine #533

Open unicorn64 opened 1 year ago

unicorn64 commented 1 year ago

i tried to document our web project which is built on .net framework. in solution we have some class libraries which are targetted to .net framework 4.5 and asp.net mvc project which targetted 4.7.2.

in api documentation generation, retype can handle class libraries but gives error for web project

i have also installed dotnet sdks, and it seems that retype tries to use wrong MsBuild maybe,

image

unicorn64 commented 1 year ago

i have had this issue on retype dotnet tool v2.4.0, i tried retype npm tool and it generates web projects documentation