File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments