-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Mock Lambda Test Tool test harness page non-functional when launched from JetBrains Rider (release 0.15.0) #1625
Comments
I've got the same behaviour when launching from VS 2022 in Win 11 (.net 6). Things tried (none helped):
Please fix it asap, as it stops the whole development process atm. |
Very sorry about the breaking behavior. I have PR out and will work on getting it released as fast as I can. Till then you will need to revert back to |
@normj After downgrading to 0.14.1 I'm gettin "The connection has timed out" when I launch from VS. Is there anything else I need to do in Visual Studio? And also, it looks like every time when I launch VS it updates the tool to 0.15 automatically. |
Apologize again for the bug. Version |
Thanks all is working now! |
just run |
@Dakkith Please check if updating to latest version using command |
Working nicely on version 0.15.1. Thank you for the quick response. |
|
Describe the bug
Running Amazon.Lambda.TestTool version 0.15.0 from JetBrains Rider (with the .NET executable Amazon.Lambda.TestTool.BlazorTester.dll as the launcher) results in a non-functional test page. None of the buttons work (unable to submit test events).
Inspecting the browser network debug tab shows that the "http://localhost:5050/_framework/blazor.server.js" returns a 404 not found error.
Uninstalling the tool and installing the previous version 0.14.1 works fine.
Expected Behavior
Expecting the blazor test page to be functional when clicking buttons to submit events.
Expecting the test page to receive a HTTP OK 200 status when requesting "http://localhost:5050/_framework/blazor.server.js" file.
Current Behavior
The page loads the static assets, but is not functional when attempting to interact with any of the buttons.
Inspecting the browser network debug tab shows that the "http://localhost:5050/_framework/blazor.server.js" returns a 404 not found error.
Reproduction Steps
Find the full path for the "Amazon.Lambda.TestTool.BlazorTester.dll" file:
From within JetBrains Rider:
After following these steps, any time you start the debugger in Rider, it will subsequently launch the .NET Mock Lambda Test Tool.
Possible Solution
No response
Additional Information/Context
Have tried with multiple browsers, and against a different localhost URL (http://127.0.0.1:5050/).
Only restoring the previous version (0.14.1) of the tool got me back to a functional test harness page.
AWS .NET SDK and/or Package version used
Amazon.Lambda.TestTool (0.15.0)
Targeted .NET Platform
.NET 6
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: