Tool to generate markdown from C# XML documentation. This is the improved version of XMLDoc2Markdown to work with .NET 8.
dotnet tool install -g XMLDoc2Markdown
xmldoc2md <DLL_SOURCE_PATH> <OUTPUT_DIRECTORY>
xmldoc2md Sample.dll docs
xmldoc2md -h
See complete documentation here.