Matt Ward
Matt Ward
Another thing maybe to look at is using a solution template. VS Mac 8.10 should support those. These have a special type of 'solution' and the primary output is the...
Back when the template creator addin was made there was not really a real solution template. The template creator addin's concept of a solution template is a template that has...
I think this is a bug in VS Mac. Do you have a good way to reproduce this?
I can only reproduce this when the .xaml and .xaml.cs file are moved outside VS Mac. Doing the same thing inside the IDE does not show this problem. Thanks to...
Had a quick look at this. The problem seems to be that the assemblies the NUnitTestAdapter NuGet adds to the project as references all have Local Copy set to true...
The TypeScript addin currently only supports MonoDevelop/Xamarin Studio v5. One problem with supporting Xamarin Studio 6 is that the library that runs the V8 JavaScript engine does not support Xamarin...
The readme currently has MonoDevelop or Xamarin Studio version 5 in requirements section.
It is not impossible to support Xamarin Studio 6. The V8 JavaScript engine can be compiled to 64 bit. The current compiled version of the V8.NET engine is not compiled...
I have updated the readme to specific explicitly that MonoDevelop and Xamarin Studio 6 are not supported.
This is currently by design. The addin originally used to add the .js and .map files to the project so they would be displayed in the Solution window but this...