We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3133f8d + 9043509 commit 4d6795dCopy full SHA for 4d6795d
.github/copilot-instructions.md
@@ -5,6 +5,8 @@ Coding Style and Changes:
5
- When generating code, run `dotnet format` to ensure uniform formatting.
6
- Prefer using file-based namespaces for new code.
7
- Do not allow unused `using` directives to be committed.
8
+- Commit your changes, and then format them.
9
+- Add the format commit SHA to the .git-blame-ignore-revs file so that the commit doesn't dirty git blame in the future
10
- Use `#if NET` blocks for .NET Core specific code, and `#if NETFRAMEWORK` for .NET Framework specific code.
11
12
Testing:
0 commit comments