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
MessageBox.Show($"Requirement {selectedLibrary}/{selectedVersion} added to conandata.yml","Conan C/C++ Package Manager");
277
+
278
+
InstallButton.Visibility=Visibility.Collapsed;
279
+
RemoveButton.Visibility=Visibility.Visible;
280
+
VersionsComboBox.IsEnabled=false;
281
+
}
282
+
else{
283
+
MessageBox.Show($"Requirement {selectedLibrary}/{selectedVersion} could not be added to conandata.yml because it was modified. Please, update the file manually.",
MessageBox.Show($"Removing {selectedLibrary} version {selectedVersion}","Conan C/C++ Package Manager");
312
+
313
+
InstallButton.Visibility=Visibility.Visible;
314
+
RemoveButton.Visibility=Visibility.Collapsed;
315
+
VersionsComboBox.IsEnabled=true;
316
+
}
317
+
else{
318
+
MessageBox.Show($"Requirement {selectedLibrary}/{selectedVersion} could not be removed from conandata.yml because it was modified. Please, update the file manually.",
<DisplayName>Conan Extension for Visual Studio</DisplayName>
6
6
<Descriptionxml:space="preserve">Conan Extension for Visual Studio automates the use of the Conan C/C++ package manager for retrieving dependencies within Visual Studio projects.</Description>
0 commit comments