Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Buyaa Namnan <bunamnan@microsoft.com>
  • Loading branch information
jeffhandley and buyaa-n committed Oct 14, 2021
1 parent 902fb40 commit f90e9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/NetCore_GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
- Create the appropriate documentation for [docs.microsoft.com](https://github.com/dotnet/docs/tree/main/docs/fundamentals/code-analysis/quality-rules) within **ONE WEEK**, instructions available on [Contribute docs for .NET code analysis rules to the .NET docs repository](https://docs.microsoft.com/contribute/dotnet/dotnet-contribute-code-analysis).
- PR merged into `dotnet/roslyn-analyzers`.
- Validate the analyzer's behavior with end-to-end testing using the command-line and Visual Studio:
- Use `dotnet new console` and `dotnet build` from the command-line, updating the code to introduce diagnostics and ensuring warnings/errors are reported at the command-line
- Use Visual Studio to create a new project, introduce diagnostics, and observe the warnings/errors/info messages without invoking a build
- Use `dotnet new console` and `dotnet build` from the command-line, updating the code to introduce diagnostics and ensuring warnings/errors are reported at the command-line
- Use Visual Studio to create a new project, introduce diagnostics, and observe the warnings/errors/info messages without invoking a build

## Testing against the Runtime and Roslyn-analyzers repo

Expand Down

0 comments on commit f90e9d5

Please sign in to comment.