Build error with solutions for VB code #7857
Unanswered
bertiewooster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an existing solution with several projects, some C# and some VB; the solution itself builds (compiles) fine from Visual Studio 2022. When I run
docfx
2.59.0.0 with"files": [//"src/**.csproj"]
indocfx.json
it builds fine, but only documents the C# code. But when I try to document the VB code using"files": ["**/*.sln"]
or"files": [ "src/**.sln"]
, I get an error on some solutions, the crux of which isValue cannot be null. Parameter name: text
. What would case that error?Here's the full error output:
Beta Was this translation helpful? Give feedback.
All reactions