Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.41 KB

Reference.md

File metadata and controls

33 lines (24 loc) · 1.41 KB

Reference

dotnet try

dotnet try is a .NET Core tool that allows you to create interactive samples for your users.

List of available dotnet try commands.

If you shut down this project and type the command dotnet try -h you will see a list of commands:

Command Purpose
demo launches getting started documentation
verify compiler for documentation

Code Fence Options

dotnet try extends Markdown using set of options that are added after langauage keyword in the code fence (see below).

Option Purpose
--source-file enables you to point to a specific file.
--project enables you to point to a specific project.
--region lets you specify the block of code that you want to display in the editor.