A sample .NET Core application to support a state software marketplace for approved software

1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug a database migration issue in a .NET Core application running in a Docker container. The application uses Entity Framework Core and PostgreSQL. The issue is that the `migrate` service in the Docker Compose setup fails to apply migrations, resulting in the application failing to start due to missing database tables. The problem likely stems from EF Core's inability to resolve the `DbContextOptions` at design time within the containerized environment. Troubleshooting steps involve verifying the Docker setup, checking the connection string, investigating the design-time factory implementation, and potentially examining build processes and EF Core/SDK version compatibility.

Complexity: 4/5
bug help wanted

A sample .NET Core application to support a state software marketplace for approved software

C#