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
Proof of Concept for a RESTful API built with .NET 10 (LTS) and ASP.NET Core. Manage football player data with SQLite, Entity Framework Core, Swagger documentation, and in-memory caching.
12
15
@@ -20,7 +23,7 @@ Proof of Concept for a RESTful API built with .NET 10 (LTS) and ASP.NET Core. Ma
20
23
-[Prerequisites](#prerequisites)
21
24
-[Quick Start](#quick-start)
22
25
-[Testing](#testing)
23
-
-[Docker](#docker)
26
+
-[Containers](#containers)
24
27
-[Releases](#releases)
25
28
-[Environment Variables](#environment-variables)
26
29
-[Command Summary](#command-summary)
@@ -33,7 +36,7 @@ Proof of Concept for a RESTful API built with .NET 10 (LTS) and ASP.NET Core. Ma
33
36
- 📚 **Interactive API exploration** - Swagger UI documentation with health monitoring endpoints
- 🧪 **High test coverage** - xUnit tests with automated reporting to Codecov and SonarCloud
36
-
- 📖 **Token-efficient documentation** - AGENTS.md + auto-loaded Copilot instructions for AI-assisted development
39
+
- 📖 **Token-efficient documentation** - Custom instructions with coding guidelines, architecture rules, and agent workflows for AI-assisted development
Dependencies flow from data layer through repositories and services to controllers. External dependencies (AutoMapper, FluentValidation, Serilog, Swashbuckle) integrate at their respective layers.
96
99
97
100
```mermaid
101
+
98
102
%%{init: {
99
103
"theme": "default",
100
104
"themeVariables": {
@@ -105,43 +109,39 @@ Dependencies flow from data layer through repositories and services to controlle
0 commit comments