Open Issues Need Help
View All on GitHub🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
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.
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core
🧪 Proof of Concept for a Web API made with .NET 8 (LTS) and ASP.NET Core