Description
We currently have two compiler extensions:
Let's add some documentation with a brief description, example, and when/how to disable / suppress these.
- Functionality and Intent of the Source Generator
- document how to disable it in case of issues
- see
|
if (opts.TryGetValue("build_property.SentryDisableSourceGenerator", out var disable) && |
- Functionality and Intent of the Analyzer