Update instructions to require automatically building and formatting (#3412)

This commit is contained in:
westey
2026-01-23 14:23:22 +00:00
committed by GitHub
Unverified
parent 90164a6bc1
commit 9e57dc7dbe
+2
View File
@@ -14,6 +14,8 @@ Here are some general guidelines that apply to all code.
- The top of all *.cs files should have a copyright notice: `// Copyright (c) Microsoft. All rights reserved.`
- All public methods and classes should have XML documentation comments.
- After adding, modifying or deleting code, run `dotnet build`, and then fix any reported build errors.
- After adding or modifying code, run `dotnet format` to automatically fix any formatting errors.
### C# Sample Code Guidelines