monodevelop-dnx-addin icon indicating copy to clipboard operation
monodevelop-dnx-addin copied to clipboard

.NET Core support for MonoDevelop and Xamarin Studio

Results 9 monodevelop-dnx-addin issues
Sort by recently updated
recently updated
newest added

Null reference exception is logged when the active configuration is changed. ``` An unhandled exception has occured. Terminating Xamarin Studio? False System.Reflection.TargetInvocationException: Exception has been thrown by the target of...

I'm filing this as a single issue, even though it could be broken down into a number of smaller bugs, as they're interrelated. I installed the addin and created a...

Opening Xamarin Studio for the first time, then opening a .NET Core project sometimes does not show any dependencies in the Solution window. If you open the .NET Core console...

bug

Heyo! Firstly, thank you for writing this. I'm enjoying the whole ASP.NET 5/MVC 6/DNX ecosystem, and being able to use it with Xamarin Studio, on OS X, no less! So,...

As discussed in #19 and other issues watching the full solution tree sometimes results in `too many open files` errors, especially when one uses client-side package managers like `npm` or...

This is related to #15 - real projects, especially web ones, have tons of files that will never be opened in the IDE, like everything found in `node_modules` or `bower_components`:...

enhancement

Adding a new DNX web project to an existing solution and the New Project dialog did not close. Only seen this error once with Xamarin Studio 6.0. The IDE logs...

DNX doesn't require a solution file/xproj. How can I open my dnx project that doesn't currently have solution/xproj files?

Building the solution exits with exit-code 2 on Linux, exit-code 3 on Windows. The issue can be solved by downloading the ILRepack Nuget package, and next edit its executable path...

enhancement