AdaskoTheBeAsT / Typewriter

Automatic TypeScript template generation from C# source files
http://frhagn.github.io/Typewriter
Apache License 2.0
62 stars 12 forks source link

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

Open luizfbicalho opened 1 year ago

luizfbicalho commented 1 year ago

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

RudeySH commented 1 year ago

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

luizfbicalho commented 1 year ago

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?