Skip to content

Commit 4d0c5d3

Browse files
CopilotKSemenenko
andcommitted
Improve copilot-instructions.md for better project consistency
Co-authored-by: KSemenenko <4385716+KSemenenko@users.noreply.github.com>
1 parent b399fb2 commit 4d0c5d3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)