Skip to content

Simple Documents Sdk Style project supported by Visual Studio like <Project Sdk="Simple.Documents.Sdk/1.0.0">

Notifications You must be signed in to change notification settings

dolunay/Simple.Documents.Sdk

Repository files navigation

Simple.Documents.Sdk

An MSBuild SDK that can be consumed via:

<Project Sdk="Simple.Documents.Sdk/1.0.0">

Local development

This repo uses a local folder feed to resolve the SDK package:

  • NuGet.config points to packages/feed

Pack the SDK into the local feed:

dotnet pack Simple.Documents.Sdk/Simple.Documents.Sdk.csproj -c Debug -o packages/feed

Build the sample:

dotnet build Simple.Documents.Sample/Simple.Documents.Sample.csproj

Optional docs generation

dotnet build Simple.Documents.Sample/Simple.Documents.Sample.csproj -p:GenerateDocsMd=true -p:GenerateDocsHtml=true

Outputs are written under the project intermediate output folder:

  • obj/<Configuration>/<TFM>/docs/*.md
  • obj/<Configuration>/<TFM>/docs/*.html

About

Simple Documents Sdk Style project supported by Visual Studio like <Project Sdk="Simple.Documents.Sdk/1.0.0">

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages