andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 79 forks source link

Add XML documentation to generated code, or disable warning for each file at top #27

Closed wforney closed 2 years ago

wforney commented 3 years ago

Need to disable CS1591 per file in generated code, and possibly tag with a generated code attribute to make VS ignore issues in generated files.

andrewlock commented 3 years ago

I've released a beta version of a major update to the library converts to using Source generators. There's quite a few breaking changes in the release, so please make sure to check the release notes for how to update, but I'd appreciate any feedback you have before I do a final release! I've added this in the release

I've also written a blog post announcing the update that goes into a bit more details: https://andrewlock.net/rebuilding-stongly-typed-id-as-a-source-generator-1-0-0-beta-release

Thanks! 🙂

andrewlock commented 2 years ago

I've added the autogenerated xml attributes to the generated code which should solve this. Let me know if you still have any issues!