docfx
docfx copied to clipboard
DocFX fails with VS 17.3
Reported earlier - #8097 The work around is to use the compiled dll as the source of the metadata.
Originally posted by @paulushub in https://github.com/dotnet/docfx/issues/8102#issuecomment-1192605506
I can't use the workaround, becaus in my scenario there is no DLL built - I am building my code as a Windows Runtime Component, so the output is a winmd, not a dll.
There is another workaround that seems to work for now.
Did you still see the problem with the latest release?