-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update mono dependency or document required mono version #25
Comments
@mayaracsferreira - did you try installing the extension manually? If not can you install below version of code coverage. |
@ademanuele , @dogukandemir - need help here. Please maintain this extension - It will save lot of Devs life. |
some solution? |
Sorry guys, I’ve neglected this extension for a while now. I am glad people have found it useful and I am happy to hand this project over to anyone who would like to maintain it. The problem specifically pointed out in this issue has to do with the version of the dependencies that the original extension was built with. From what I can tell, every new version of Visual Studio for Mac comes with a new version of these extensions and when the CodeCoverage extension tries to load itself, this fails. I suspect there’s a way to not depend on specific versions but I could not figure that part out. Anyway, the general fix for this one is to basically recompile the extension using the latest version of Visual Studio.
And the Hope that helps. |
Thanks for this great extension!
As the official Visual Studio Test Coverage is still under review this extension has been saving lives!
I recently updated the MonoDevelop in my Mac and now I'm unable to get the VSMac-CodeCoverage running again
When I attempted to reinstall the extension the message displayed says that it was expecting old versions of MonoDevelop.
It would be nice to write in the README or in the releases the expected version of Mono also :)
(Image Description: Install Complete
Extension installed successfully, with the following warnings:
Warnings (1)
The add-in 'CodeCoverage.Code Coverage, 1.0' could not be updated because some of
dependencies are missing or not compatible:
required: MonoDevelop.UnitTesting,8.5.4, found: Mono Develop.UnitTesting, 17.6.3
missing: MonoDevelop.TextEditor.Cocoa,8.5.4
required: MonoDevelop.Core, 8.5.4, found: MonoDevelop.Core, 17.6.3
required: MonoDevelop.lde, 8.5.4, found: MonoDevelop.lde,17.6.3)
The text was updated successfully, but these errors were encountered: