Matt Ward
Matt Ward
Yeah I agree it may not detect files added outside the IDE. How often does adding files outside the IDE happen in practice? I was assuming that if you are...
This is not supported. Xamarin Studio currently requires an .xproj and .sln to work.
Hopefully all these issues apart from two are fixed in version 0.5. > Issue 4: When I built the project, I would sometimes get a "build succeeded" message, despite the...
Instead of doing that you can run `NuGet.exe restore MonoDevelop.Dnx.sln` from the directory containing the solution. I should add that to the readme or maybe look at using a before.sln...
I was planning on publishing the addin at some point to the [MonoDevelop addin-repo](http://addins.monodevelop.com/) and to my own [addin repo](https://github.com/mrward/monodevelop-addins). Probably just after Microsoft release ASP.NET 5 RC 1, which...
Issue #15 was more to do with watching changes for files. Excluding directories from the file watcher if they exist inside the project's directory would mean you would have to...
@tobz - The issue here is about what to show in the solution window not how the files are monitored. There was a [change](https://github.com/mrward/monodevelop-dnx-addin/commit/3fd777103e532d7ba74be2f4d7f0cbf7d252ee48) made to monitor only the source...
The problem is the resource dictionary item template's template.json file does not specify a group id. https://github.com/dotnet/maui/blob/main/src/Templates/src/templates/maui-resourcedictionary-xaml/.template.config/template.json The other item templates do have a group id so VS Mac can...
Yes I think it needs to be in the net6 templates otherwise with both installed you would get duplicate items in the New File dialog.
@ryanholden8 Does the solution contain any classic (non SDK style projects)? Or SDK style projects that target .NET Framework v4? From the error message you supplied VS Mac is using...