Line File.WriteAllText(Path.Combine(@out, $"{indexPageName}.md"), indexPage.ToString()); in program generates the error: Unable to generate documentation: Object reference not set to an instance of an object. when converting a type without a namespace.
To reproduce create a type outside of a namespace scope and run this tool.
Line
File.WriteAllText(Path.Combine(@out, $"{indexPageName}.md"), indexPage.ToString());
inprogram
generates the error:Unable to generate documentation: Object reference not set to an instance of an object.
when converting a type without a namespace.To reproduce create a type outside of a namespace scope and run this tool.