🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core

aspnetcore8 async conventional-commits csharp docker docker-compose dockerfile dotnet efcore9 github-actions net8 proof-of-concept rest-api restful-api sqlite unit-testing vs-code web-api
2 Open Issues Need Help Last updated: Dec 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the `PlayerService` to use the `IHostEnvironment` interface for detecting the application environment. Currently, it uses `Environment.GetEnvironmentVariable`, which is less idiomatic for ASP.NET Core and prone to errors. The proposed solution involves injecting `IHostEnvironment` and utilizing its helper methods like `IsDevelopment()` for cleaner and more robust environment checks.

Complexity: 1/5
enhancement .NET planning

🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core

C#
#aspnetcore8#async#conventional-commits#csharp#docker#docker-compose#dockerfile#dotnet#efcore9#github-actions#net8#proof-of-concept#rest-api#restful-api#sqlite#unit-testing#vs-code#web-api
enhancement good first issue .NET

🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core

C#
#aspnetcore8#async#conventional-commits#csharp#docker#docker-compose#dockerfile#dotnet#efcore9#github-actions#net8#proof-of-concept#rest-api#restful-api#sqlite#unit-testing#vs-code#web-api