31 lines
949 B
Markdown
31 lines
949 B
Markdown
# Development Environment
|
|
|
|
## Using
|
|
|
|
- [Visual Studio 2022 v17.13](https://visualstudio.microsoft.com/)
|
|
- [.NET 9.0](https://dotnet.microsoft.com/download/dotnet/9.0)
|
|
|
|
## NuGet
|
|
|
|
|
|
## Code Analyzers
|
|
|
|
- [CSharpier](https://csharpier.com)
|
|
|
|
## Unit testing
|
|
|
|
- [TUnit](https://tunit.dev)
|
|
|
|
## Visual Studio Settings
|
|
|
|
- Tools > Options > Text Editor > C# > Advanced > Using Directive > Place 'System' directives first when sorting using = Checked.
|
|
- Tools > Options > Text Editor > Code Cleanup > Run Code Cleanup profile on save = Checked.
|
|
- Tools > Options > Projects and Solutions > General > Track Active Item in Solution Explorer = Checked.
|
|
- Tools > Options > Projects and Solutions > Location > Project location = "c:\Code"
|
|
|
|
## Visual Studio Extensions
|
|
|
|
- [CSharpier](https://marketplace.visualstudio.com/items?itemName=csharpier.CSharpier)
|
|
- [Markdown Editor v2](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor2)
|
|
|