Skip to content

Commit a5306f6

Browse files
authored
Update copilot-instructions.md (#62046)
1 parent aebd07a commit a5306f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Make only high confidence suggestions when reviewing code changes.
44
* Always use the latest version C#, currently C# 13 features.
55
* Never change global.json unless explicitly asked to.
6+
* Never change package.json or package-lock.json files unless explicitly asked to.
67

78
## Formatting
89

@@ -12,7 +13,7 @@
1213
* Ensure that the final return statement of a method is on its own line.
1314
* Use pattern matching and switch expressions wherever possible.
1415
* Use `nameof` instead of string literals when referring to member names.
15-
* Ensure that XML doc comments are created for any public APIs. When applicable, include <example> and <code> documentation in the comments.
16+
* Ensure that XML doc comments are created for any public APIs. When applicable, include `<example>` and `<code>` documentation in the comments.
1617

1718
### Nullable Reference Types
1819

0 commit comments

Comments
 (0)