I have a question in version of Rider: 2021.3.4 I can debug any lambda via dotnet, using next launch setting:
"Mock Lambda Test Tool RIDER DEV": {
"commandName": "Executable",
"commandLineArgs": "--port 5050",
"workingDirectory": "$(ProjectDir)",
"executablePath": "%USERPROFILE%\\.dotnet\\tools\\.store\\amazon.lambda.testtool-6.0\\0.13.0\\amazon.lambda.testtool-6.0\\0.13.0\\tools\\net6.0\\any\\Amazon.Lambda.TestTool.BlazorTester.dll",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
}
}
In all next Rider versions including the last one. This debug configuration doesn't work. For example in version 2023.1.1 (All plugins latest update installed) I've got this erorr:
Do anyone knows how to fix this issue in Rider ?
I've tried to install all versions of rider after 2021.3.4, but still have this issue. And also dotnet 7 and aws toolkit for dotnet 7 and it's lauchsettings, but still got the same issue