You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some problems compiling the extension using the default setting of .NET 4.6.1 for some reason it kept complaining about missing references even though Rider showed no missing references.
Anyway I tried setting it to 6.7.1 and then it compiled just fine, but it doesn't appear to load in Plastic. EDIT: Sorry was just waking up when I posted. To clarify it does show up in the PlasticGUI under Issue Trackers, but when I setup my settings and click Test Connection, I get an error and this is in the log.
at MMG.PlasticExtensions.YouTrackPlugin.YouTrackService..ctor(IYouTrackExtensionConfigFacade pConfig)
at MMG.PlasticExtensions.YouTrackPlugin.YouTrackExtension..ctor(IYouTrackExtensionConfigFacade pConfig)```
Did I miss something or is this a consequence of using 4.7.1?
The text was updated successfully, but these errors were encountered:
I tried copying over the latest issuetracker.dll from my client to the project and rebuilding in case it had changed but that didn't make a difference.
I had some problems compiling the extension using the default setting of .NET 4.6.1 for some reason it kept complaining about missing references even though Rider showed no missing references.
Anyway I tried setting it to 6.7.1 and then it compiled just fine, but it doesn't appear to load in Plastic. EDIT: Sorry was just waking up when I posted. To clarify it does show up in the PlasticGUI under Issue Trackers, but when I setup my settings and click Test Connection, I get an error and this is in the log.
The text was updated successfully, but these errors were encountered: