ReswPlus icon indicating copy to clipboard operation
ReswPlus copied to clipboard

Updated header to include <auto-generated> key to exclude the file header to avoid compilation warnings.

Open Taron-art opened this issue 8 months ago • 0 comments

Thanks for a nice library. Current version creates build warnings related to nullables. This change fixes this by marking the code as generated (similar to other generators).

Changes:

  • Header was updated to include key;
  • WithUsings and WithLeadingTrivia were reversed since otherwise the comment is at the end of the file.

Taron-art avatar May 04 '25 13:05 Taron-art