monodevelop-nuget-extensions
monodevelop-nuget-extensions copied to clipboard
Extends the MonoDevelop NuGet addin
Looks like the ConsoleInputEventArgs class has been made non-public. ``` ERROR [2022-07-27 15:15:56Z]: Could not create pad content System.MethodAccessException: Attempt by method 'MonoDevelop.CSharpInteractive.CSharpInteractivePad.CreateConsoleView()' to access method 'System.EventHandler`1..ctor(System.Object, IntPtr)' failed. at...
I have a project that makes heavy use of wildcards for Package Management. I'm not sure how much of this is a problem of the Management Extension and how much...
XS 5.9 shipped with an updated version of NuGet, causing this error to pop when attempting to manage NuGet packages for a solution: ``` System.IO.FileNotFoundException: Could not load file or...
The plugin doesn't seem to have a release compatible with XS 6.
I get the following when the the window opens: ``` Command 'xcopy' not found. +CategoryInfo: InvalidOperation, Reason: CommandNotFoundException +FullyQualifiedErrorId: PackageManagementInternalError Command 'xcopy' not found. +CategoryInfo: InvalidOperation, Reason: CommandNotFoundException +FullyQualifiedErrorId: PackageManagementInternalError...
@mrward I would like to be able to manage my nuget packages Installs / Updates etc from the command line. Is this possible using the powershell command you have built?
When multiple solutions are loaded in a workspace, the extension only works with the last loaded solution.
When trying to remove an existing nuget package from a project i get following input: ``` PM> Uninstall-Package FAKE Removing ... Argument cannot be null. Parameter name: packageId ``` Am...