Matt Ward
Matt Ward
The simplest way I think would be to build your addin with the lowest version of VS Mac you want to support. Not sure if there is a way to...
@ryanholden8 The setting is stored in a file `.vs/YourSolutionName/xs/UserPrefs.xml` not in the solution, so yes, unfortunately it would need to be set manually. The original idea behind the setting was...
@PaulVrugt - Not exactly sure how VS Win and build agents work here. I suspect there only workaround is to use either a separate solution or solution filter (slnf) to...
VS Mac 17.6.1 added support for .NET 8. This support is not enabled by default. It can be enabled in Preferences - Other - Preview Features, by checking 'Use the...
@kcoop Yes, you can install multiple versions of .NET side by side. VS Mac will use the latest .NET SDK by default (.NET 7 or .NET 8, depending on the...
The template creator addin 0.5 works in Visual Studio for Mac 8.10.4. Can you provide more information? 1. Template creator addin version being used. Visual Studio for Mac's about dialog...
Having project names that are replaced is done via sourceName in the template.json file: https://docs.microsoft.com/en-gb/dotnet/core/tools/custom-templates#templatejson   So any names in code, in project files, or the names of the...
How to install depends on how you want to use the template. The template creator addin registers any project template you created directly so it is available in the new...
Mmm, maybe it is just not happy about the ../ in the paths? All those projects are missing. Did they get created outside the solution or not at all?
It is more a question of whether template.json + VS Mac can support it. The solution file is created at the top level directory in VS Mac so I am...