Files
Polygon.Client/DevEnvironment.md
T
2025-05-09 19:32:46 -07:00

949 B

Development Environment

Using

NuGet

Code Analyzers

Unit testing

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