SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
853 stars 45 forks source link

Generated code comments refer to non-overridden exception type #631

Closed SteveDunn closed 3 months ago

SteveDunn commented 3 months ago

Describe the bug

If I specify a different exception, the comments generated refer to the stand exception, not the new one.

Steps to reproduce

Change the exception type, either locally or globally. Observe the generated code.

Expected behaviour

Emit the correct exception in the comments