Matt Ward
Matt Ward
If BuildRecentProjectList is called on the UI thread then setting the ItemsSource should be called on the UI thread so you should not need to use the dispatcher. The Task.Run...
Unable to reproduce the problem. Can you provide more details on how exactly you are seeing the problem? My test was: 1) Created a C# console app and build it....
Still not able to reproduce this with a win32 app. What version of Windows are you using? A 32 bit version?
I have tried Windows 10 x64 and Windows 7 x64. SharpDevelop 5.1 RC 1 seems to pass the command line arguments to a win32 app and a .NET application successfully...
Xamarin Studio 5.9 was updated to NuGet 2.8.3 so the NuGet Extensions addin version 0.6 no longer works on the Mac. I am currently unable to publish this to the...
Version 0.8 should work with Xamarin Studio 5.9.3. That version been published to the main Xamarin Studio Add-in Repository (Alpha Channel). You can also download the version 0.8 mpack directly...
Any particular part you would like to see included? It is unlikely the NuGet PowerShell integration will be supported out of the box in the near future since the PowerShell...
@alexrainman - By not available anymore with XS 5.9.8 I am assume you mean from the addin manager. I tried to publish version 0.10 of the addin which is compatible...
@Sposito - Unity's version of MonoDevelop does not ship with the NuGet addin that the NuGet extensions depends on. You can see that if you open the Add-in Manager dialog....
The error seems to be misleading. If I try the same thing with SharpDevelop it shows a better error message which is that it cannot find the FAKE package. In...