-
Notifications
You must be signed in to change notification settings - Fork 2
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
Visual Studio 2022 build #157
Comments
Any luck with this issue, by chance? R# 2021.2 just released 2022 support today so I am trying to hack all my 2019 extensions over and am running into the same error. 😭 |
I need this as well. I can't live without my TestDriven.net |
:) |
Hi, any news on this for VS2022? |
I ended up building my own version. I only use it for running the function at my cursor. If only need this then let me know. |
Yes I'd like to get a copy of that. I only use it to run the code at my cursor as well. |
Same. For regular unit testing, VS is OK. For quickly turning any static method (even when the project is a library) into an entry point, this extension is terrific. |
@danhole86 will yours run a unit test at the cursor? If so, I'm game for sure!!! |
Added extension to the marketplace "RunFromCursor". Will be putting code on github shortly. 2 commands currently to bind to. "DebugCodeAtCursor" and "RerunCodeAtCursor" |
Maybe worth using below link until I get github up and running. |
I'm getting the same error as mxmissile above on extension version 1.13. |
Issue solved in 1.15. Please use below link for any issues: |
Upgraded to 1.15. Now the "Debug Code At Cursor" option builds the code but doesn't seem to run the code. And the "ReRun Code at Cursor" Option complains about a missing Microsoft.CodeAnalysis dll. I added that package to my project but it still complains. |
Please try v3879. For some reason Microsoft didn't pack all required DLLs into the vsix. You shouldn't need to install anything extra to your proj |
Version 1.3879 is working for me. Thank you very much. |
@danhol86 do you have a repo setup for this? Have an issue I would like to discuss, dont want to muddy up this thread. |
@danhol86 This doesn't seem to work with async methods. It doesn't wait for them to finish. |
Please message in q&a here for now. Thanks |
As Visual Studio 2022's release is approaching, can we get a build for it? I've tried hacking the VSIX's
extension.vsixmanifest
file by adding an InstallationTarget like so:Which gets it to install, but then when I try the ad-hoc test runner I get the following in ActivityLog.xml:
The text was updated successfully, but these errors were encountered: