There was an error while loading. Please reload this page.
Hi everyone, I have this request with Odata:
http://localhost:5194/NationalStates?$filter=startswith(state, 'NE')
This works correctly up to version 8.0.14 for the MySql.EntityFrameworkCore package
When I update this package to version 9.0.0 or later, they stop working and give an internal mapping error.
Any clues about this?