BoolBySigma / UpdateAssemblyInfo

SORRY THIS IS NO LONGER MAINTAINED
10 stars 9 forks source link

Unable to leave "ComVisible" attribute unchanged. #10

Closed s-burtonshaw closed 7 years ago

s-burtonshaw commented 7 years ago

The "Com Visible" option does not have a "Do not change" value. This makes this extension (almost) impossible to use in my case because I'm using it within a grouped task and that group task is being used by projects that require "Com Visible" set to true and false.

I'd imagine in the vast majority of cases the "Com Visible" attribute should be left unchanged. Its a very project specific option. So I'd suggest making "Unchanged" the default value for the option. Maybe convert it to a text input like the other options, or use a tri-state checkbox instead.

ghost commented 7 years ago

I think I understand your problem and can see how using multiple instances of the task would be cumbersome.

Com Visible does need an option to be left unchanged. For now I prefer tri-state radio buttons but will investigate further.

ghost commented 7 years ago

Published v 2.0.27 with added 'Do Not Update' option for Com Visible.

Please try it out and let me know how it works for you.

s-burtonshaw commented 7 years ago

Got a chance to try this and all seems to work. Thanks.