-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
[BUG] Plugins showing installed when not #1219
Comments
The issue in your repository seems to indicates the issue is with the legacy tools library. |
Thanks for the quick response! I'll take a look tomorrow. What do you mean by "file version"? |
Right click on tool assembly -> properties. |
Ah, yes, we use GitVersion so the "Assembly File Version" and "Nuget Version" are different formats. Should these match? e.g. 2.0.5.0 for both? |
FYI, the new tool library (LOVE IT) doesn't improve things... While it lists the previous versions, the same behaviour occurs (claims it's installed but silently fails to install). |
Ok, I will debug this tomorrow and let you know my findings |
Hi, Things are looking good for me too. What might have changed apart from releasing a new version? We upgraded our visual studio solutions to the vs17 style - could that have caused it? (v2.0.4 reverted that change) |
Describe the bug
Our plugin "CDS Data Migrator" is showing as installed enough though it's not. When I try to install it, it doesn't (the NugetPlugins folder is updated but that's all).
To Reproduce
Do a clean install of XrmToolBox. See the plugin is showing as installed. Notice that when installing, it doesn't change things
Expected behavior
Install to work.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: