Describe the bug
I use following launch settings profile for debugging lambda handlers using lambda test tool:
"Rider Debug mock lambda test tool": {
"commandName": "Executable",
"commandLineArgs": "--port 5050",
"workingDirectory": ".",
"executablePath": "%USERPROFILE%\\.dotnet\\tools\\.store\\amazon.lambda.testtool-3.1\\0.11.3\\amazon.lambda.testtool-3.1\\0.11.3\\tools\\netcoreapp3.1\\any\\Amazon.Lambda.TestTool.BlazorTester.dll",
"environmentVariables": {
}
}
Expected Behavior
Debugging session started as expected
Current Behavior
Fails to start debugging session
Reproduction Steps
When I execute this profile in Rider 2021.3.4, it works as expected.
When I execute the same in Rider 2022.1.1, it fails on:
C:/Users/Lenovo/.dotnet/tools/.store/amazon.lambda.testtool-3.1/0.11.3/amazon.lambda.testtool-3.1/0.11.3/tools/netcoreapp3.1/any/Amazon.Lambda.TestTool.BlazorTester.dll --port 5050
Unhandled Exception: System.IO.FileNotFoundException:
Could not load file or assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
One or more errors occurred.
It seems something changed between Rider major versions.
Can you troubleshoot this problem please?
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
SDK version is 3.1.401
Lambda Test Tool 0.11.3
Targeted .NET Platform
.NET Core 3.1
Operating System and version
Windows 10
Describe the bug
I use following launch settings profile for debugging lambda handlers using lambda test tool:
Expected Behavior
Debugging session started as expected
Current Behavior
Fails to start debugging session
Reproduction Steps
When I execute this profile in Rider 2021.3.4, it works as expected.
When I execute the same in Rider 2022.1.1, it fails on:
It seems something changed between Rider major versions.
Can you troubleshoot this problem please?
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
SDK version is
3.1.401Lambda Test Tool
0.11.3Targeted .NET Platform
.NET Core 3.1
Operating System and version
Windows 10