How do I launch Test Tool 7 from the command line properly? #1494
-
I have been working with Lambda's for a few week's now I have gotten Lambda's using the containerless .Net6 template and the custom runtime .Net 7 template to publish and run in AWS. Making a new .Net 6 containerless project everything is automatically wired up for me and debugging is easy. The documentation for the .Net 7 custom runtime seems to indicate that I need first run the test tool 7 and then launch my app in debug mode. I have tried running the following command: dotnet lambda-test-tool-7.0 --path "%USERPROFILE%\.dotnet\tools\" --port 5050 The tool launches in a new browser tab but displays an exception. An unhandled exception occurred while processing the request. I'm hoping that I'm just missing something simple. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@LouHendricks Thanks for posting the question. Please refer #1425 (comment) if that helps (although it mentions on how to use it for executable assembly). Are you launching the test tool from the directory that contains the Thanks, @bot propose-answer |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@LouHendricks Thanks for posting the question. Please refer #1425 (comment) if that helps (although it mentions on how to use it for executable assembly). Are you launching the test tool from the directory that contains the
.csproj
file?Thanks,
Ashish
@bot propose-answer