Invoke local for C# VS project fails

Hello,

I have a C# lambda project in Visual Studio 2019.
I am able to deploy with serverless and to invoke my L function without any issues.
But when I try to “invoke local” I get a “JSON.parse error” or an “docker must be started” error
depending of whether I am passing the --data parameter or not.

Has anyone managed to invoke a lambda function locally for a VS C# project with serverless?

Thank you very much