Open Issues Need Help
View All on GitHubAI 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.
The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI
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.
The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI
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.
The Directory where I'll be creating Personal Projects using the following techstack: C#, .NET, ASP.NET SQL, AZURE, .NET MAUI