You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
32
32
-**Framework & Best Practices:**
33
33
- Use Svelte 5 in SPA mode with TypeScript and Tailwind CSS.
34
34
- 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`.
35
36
36
37
-**Architecture & Components:**
37
38
- Follow the Composite Component Pattern.
@@ -66,12 +67,13 @@ Located in the `src/Exceptionless.Web/ClientApp` directory.
66
67
67
68
## 3. Backend Guidelines (ASP.NET Core / C#)
68
69
69
-
-**Framework & Features:**
70
+
-**Framework & Best Practices:**
70
71
- 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`.
71
73
72
74
-**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).
75
77
76
78
-**Architectural Considerations:**
77
79
- Design services with awareness of distributed computing challenges.
0 commit comments