Skip to content

Commit 346d2fe

Browse files
Add links to available REPLs (#47893)
* Add links to available REPLs * Update docs/repro.md Co-authored-by: Artak <[email protected]> --------- Co-authored-by: Artak <[email protected]>
1 parent 7f2691d commit 346d2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/repro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document describes what a minimal repro project is, and why it's important
1010
## What is a minimal repro project?
1111
A repro (or a reproduction) is a project, which can be used to reproduce the reported behavior with minimal effort from a product team, which has the minimum code required to demonstrate the concerning behavior.
1212

13-
There are two ways you can provide a minimal repro project. The first and simpler option is to use some type of public web-hosted REPL-based environment which supports ASP.NET Core. The other option is to provide a project hosted in GitHub as described below:
13+
There are two ways you can provide a minimal repro project. The first and simpler option is to use a public web-hosted REPL-based environment for [ASP.NET Core](https://netcorerepl.telerik.com/) or [Blazor](https://blazorrepl.telerik.com/). The other option is to provide a project hosted in a public GitHub repository as described below:
1414
- Create a new project, based on one of the ASP.NET Core project templates.
1515
- **Please use the `Empty*` project templates** if they're available for that project type.
1616
- Add the minimum amount of code necessary to reproduce the behavior you are reporting on this newly created project.

0 commit comments

Comments
 (0)