At the moment we don't support stored procedures on Entity Framework Core, as they have to be executed as 'exec <proc>' through the plain sql api of entity framework core 5 and not through a native api. We'll add support for that in the future.
If you need stored procedure support, you could opt for our own ORM framework instead, which does support stored procedure calls.