AdaskoTheBeAsT/Typewriter

Question: Configure typewriter to not change CSPROJ file when it's the new format

Opened this issue · 2 comments

Is there a way to make the typewriter not hcange the CSPROJ file when it's the new format?

In my case there is a lot o merge problems and it would minimize with this configuration

I'm not sure if this is what you're looking for, but you can disable "Add generated files to VS project" to stop Typewriter from changing the csproj.

image

This is brand new information. I never heard of a options page, amazing

This helps a lot already.

My question was about this, but .net framework csproj need the change to add the file and .net core or newer doesn't need the change.

Could we add this to the template for example? to add a property in the template to stop it from the change?