这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/GettingStarted/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For example, the code snippet above was extended using `dotnet try`. The code fe
| Option | What it does |
|----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
| `--project ./Snippets/Snippets.csproj` | Points to the project that the sample is part of. (Optional. Defaults to any .csproj in the same folder as the `.md` file.) |
| `--region run2` | Identifes a C# code `#region` to focus on. (Optional. If not specified, the whole file is displayed in the editor.) |
| `--region run2` | Identifies a C# code `#region` to focus on. (Optional. If not specified, the whole file is displayed in the editor.) |
| `--source-file ./Snippets/Program.cs` | Points to the file where the sample code is pulled from. |

### Document Verification
Expand Down