dotnet-markdown-sample-code 1.2.11

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-markdown-sample-code --version 1.2.11
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local dotnet-markdown-sample-code --version 1.2.11
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-markdown-sample-code&version=1.2.11
                    
nuke :add-package dotnet-markdown-sample-code --version 1.2.11
                    

dotnet-markdown-sample-code

dotnet-markdown-sample-code inserts or updates specially marked-up sample code from a CSharp source file (usually Samples.cs) into specially-marked sections in a markdown file (usually README.md).

Usage

dotnet-markdown-sample-code [source [dest [language [timeout]]]] source: the relative or full path to the source code from which samples should be extracted (default is Samples.cs) dest: the relative or full path to the destination markdown file into which the sample code should be placed (default is README.md) language: the markdown language specifier so that markdown can colorize the code sample properly (default is csharp) timeout: the maximum number of seconds to keep trying to update the destination file (uses expontential backoff with random offset starting at 250ms, default is 30)

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.2.27 150 7/29/2026
1.2.25 155 6/22/2026
1.2.23 136 5/5/2026
1.2.22 196 3/17/2026
1.2.21 123 3/17/2026
1.2.20 133 3/17/2026
1.2.19 172 1/22/2026
1.2.17 456 10/13/2024
1.2.16 490 7/28/2023
1.2.15 296 7/28/2023
1.2.14 359 7/28/2023
1.2.13 380 7/28/2023
1.2.12 372 4/1/2023
1.2.11 329 4/1/2023
1.2.10 378 4/1/2023
1.2.9 375 4/1/2023
1.2.8 428 3/19/2023
1.2.7 332 3/19/2023
1.2.6 338 3/19/2023
1.2.5 381 3/19/2023
Loading failed