Open Issues Need Help
View All on GitHub Refactor PlayerService to use `IHostEnvironment` instead of `Environment.GetEnvironmentVariable` about 1 month ago
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
Add custom middleware for global exception handling 2 months ago
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