An MSBuild SDK that can be consumed via:
<Project Sdk="Simple.Documents.Sdk/1.0.0">This repo uses a local folder feed to resolve the SDK package:
NuGet.configpoints topackages/feed
Pack the SDK into the local feed:
dotnet pack Simple.Documents.Sdk/Simple.Documents.Sdk.csproj -c Debug -o packages/feedBuild the sample:
dotnet build Simple.Documents.Sample/Simple.Documents.Sample.csprojdotnet build Simple.Documents.Sample/Simple.Documents.Sample.csproj -p:GenerateDocsMd=true -p:GenerateDocsHtml=trueOutputs are written under the project intermediate output folder:
obj/<Configuration>/<TFM>/docs/*.mdobj/<Configuration>/<TFM>/docs/*.html