Skip to content

Commit 57ba0aa

Browse files
committed
Remove multiple summary and implementation documents related to various features and fixes, including test summaries, API integration, and deployment statuses, to streamline the repository and improve clarity.
Signed-off-by: sharpninja <[email protected]>
1 parent 5fe057b commit 57ba0aa

File tree

144 files changed

+10134
-11501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+10134
-11501
lines changed

.github/copilot-instructions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copilot Instructions
2+
3+
## General Guidelines
4+
- Use .NET 9 as the target framework for all projects.
5+
- Public APIs must include XML documentation comments that reference requirement IDs.
6+
- xUnit tests are required for all public methods.
7+
- Incorporate all Technical Requirements (./docs/technical-requirements.md) into the implementation.
8+
- Keep Technical (./docs/technical-requirements.md) and Functional (./docs/functional-requirements.md) requirements up-to-date.
9+
10+
## Code Style
11+
- Avoid using banned libraries:
12+
- Use `Orchestrix.Mediator` instead of `MediatR`.
13+
- Use `NSubstitute` instead of `Moq`.
14+
- Use `EF Core` instead of `Dapper`.

All_Tests_Fixed_Summary.md

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)