The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI

3 Open Issues Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and resolve a database migration issue from an in-memory database to a Microsoft SQL Server instance. The problem involves connection string configuration (encryption, certificates), network connectivity (firewall, port forwarding), and potentially user secrets management. Troubleshooting steps include verifying SSL certificate installation, SQL Server configuration, and network settings.

Complexity: 4/5
enhancement help wanted

The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI

C#

AI Summary: Troubleshoot and resolve a deployment issue to Azure App Service for an ASP.NET Core application. The application uses C#, .NET, ASP.NET, SQL, and .NET MAUI. The error is an HTTP 500.30, indicating the application failed to start. Debugging steps already taken include enabling application logging and checking the Azure logs, but the issue persists.

Complexity: 4/5
bug enhancement help wanted

The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI

C#

AI Summary: Debug a JavaScript dark mode toggle that flickers when navigating via nav-links. The issue likely stems from the script executing after the DOM loads, causing a temporary light mode flash before dark mode is reapplied based on local storage. The solution involves optimizing the script's execution timing to ensure it runs before or synchronously with the DOM rendering to prevent the flicker.

Complexity: 2/5
bug help wanted

The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI

C#