Skip to content

Commit 502c875

Browse files
committed
Update C# version in guidelines to C# 14
Updated the copilot-instructions.md file to reflect the use of the latest version of C#, changing the reference from "C# 13" to "C# 14". This ensures the guidelines remain up-to-date with the latest language features.
1 parent 522da4d commit 502c875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## General
22

33
- Make only high confidence suggestions when reviewing code changes.
4-
- Always use the latest version C#, currently C# 13 features.
4+
- Always use the latest version C#, currently C# 14 features.
55
- Write code that is clean, maintainable, and easy to understand.
66
- Only add comments rarely to explain why a non-intuitive solution was used. The code should be self-explanatory otherwise.
77
- Don't add the UTF-8 BOM to files unless they have non-ASCII characters.

0 commit comments

Comments
 (0)