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.
1 parent 564081f commit f498215Copy full SHA for f498215
.github/copilot-instructions.md
@@ -5,6 +5,7 @@ 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
+- Use `#if NET` blocks for .NET Core specific code, and `#if NETFRAMEWORK` for .NET Framework specific code.
9
10
Testing:
11
- Large changes should always include test changes.
0 commit comments