WiseTechGlobal / WTG.Analyzers

Analyzers from WiseTech Global to enforce our styles, behaviours, and prevent common mistakes.
Other
16 stars 3 forks source link

Detect <auto-generated> as a valid autogenerated code marker. #136

Closed yaakov-h closed 3 years ago

yaakov-h commented 3 years ago

Fixes #135.

brian-reichle commented 3 years ago

Will need to update the set of 'required' checks since updating the sdk version also changes the names.

yaakov-h commented 3 years ago

Yes I was going to do that after merge. (I'm not sure I can do it beforehand.)

brian-reichle commented 3 years ago

I'm pretty sure you can, just as long as the new checks have run at least once somewhere in the repository recently. You will need to at least remove the old checks before merge, or the merge will be blocked waiting on those checks.