Skip to content

Commit 5d1b1aa

Browse files
committed
Added documentation for checking for errors
1 parent 8583ade commit 5d1b1aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
3232
- **Framework & Best Practices:**
3333
- Use Svelte 5 in SPA mode with TypeScript and Tailwind CSS.
3434
- Follow modern ES6 best practices and the ESLint recommended configuration ([standardjs](https://standardjs.com)).
35+
- Code can be formatted and linted with `npm run format` and checked for errors with `npm run check`.
3536

3637
- **Architecture & Components:**
3738
- Follow the Composite Component Pattern.
@@ -66,12 +67,13 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
6667

6768
## 3. Backend Guidelines (ASP.NET Core / C#)
6869

69-
- **Framework & Features:**
70+
- **Framework & Best Practices:**
7071
- Use the latest ASP.NET Core with C# and enable Nullable Reference Types.
72+
- Code can be formatted with `dotnet format` and checked for errors with `dotnet build`.
7173

7274
- **Conventions & Best Practices:**
73-
- Adhere to the `.editorconfig` file and Microsoft's [coding conventions](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions).
74-
- Follow Microsoft's [unit testing best practices](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices).
75+
- Adhere to the `.editorconfig` file and Microsoft's [coding conventions](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/coding-conventions).
76+
- Follow Microsoft's [unit testing best practices](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices).
7577

7678
- **Architectural Considerations:**
7779
- Design services with awareness of distributed computing challenges.

0 commit comments

Comments
 (0)