- Quick Start
- Create a New Project
- Show snippets using regions
- Create Sessions
- Verify your Project
- Passing Arguments
- Using Read-only Snippets
- Reference
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 |
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. |