File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,14 @@ Result pattern for .NET that replaces exceptions with type-safe return values. F
55## General
66
77* Always prefer Result types over throwing exceptions for expected error cases.
8- * Use railway-oriented programming patterns with ` Then ` , ` Map ` , ` Compensate ` for chaining operations.
8+ * Use railway-oriented programming patterns with ` Map ` , ` Then ` , ` Compensate ` for chaining operations.
99* Always use the latest C# features, currently C# 13.
1010* Make only high confidence suggestions when reviewing code changes.
11- * Never change ` global.json ` , ` Directory.Build.props ` , or solution files unless explicitly asked.
11+ * Never change ` Directory.Build.props ` , or solution files unless explicitly asked.
1212
1313## .NET Environment
1414
1515* This project targets .NET 9.0 and uses C# 13.0.
16- * Ensure you have .NET 9.0 SDK installed to build and run the project.
1716* The project uses nullable reference types and treats warnings as errors.
1817
1918## Building and Testing
You can’t perform that action at this time.
0 commit comments