1 Open Issue Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix a `System.InvalidOperationException` occurring when using `NUMBER(1)` data type in a database. The exception arises from a type mismatch between `System.Int32` and `System.Boolean`. The solution involves changing the database field type to `bool` and updating the Entity Framework Core `DbContext` configuration accordingly. This fix needs to be applied to all other `NUMBER(1)` fields in the database.

Complexity: 3/5
bug help wanted