Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve templates #2338

Merged
merged 7 commits into from
Jul 1, 2023
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions docs/articles/guides/dotnet-new-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: BenchmarkDotNet templates

# BenchmarkDotNet templates

BenchmarkDotNet provides project templates to setup your benchmarks easily
BenchmarkDotNet provides project templates to setup your benchmarks easily.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is only one space, I think there should be a new paragraph here (a second space is needed)

The template exists for each major .NET language ([C#](https://learn.microsoft.com/dotnet/csharp/), [F#](https://learn.microsoft.com/dotnet/fsharp/) and [VB](https://learn.microsoft.com/dotnet/visual-basic/)) with equivalent features and structure.

## How to install the templates
Expand Down Expand Up @@ -43,7 +43,7 @@ dotnet new benchmark -lang VB

The template projects has five additional options - all of them are optional.

By default a class library project targeting netstandard2.0 is created.
By default a class library project targeting `netstandard2.0` is created.
You can specify `-f` or `--frameworks` to change targeting to one or more frameworks:

```log
Expand Down