diff --git a/docs/fundamentals/code-analysis/configuration-options.md b/docs/fundamentals/code-analysis/configuration-options.md index e31b44dd3324b..031c5a9a712f1 100644 --- a/docs/fundamentals/code-analysis/configuration-options.md +++ b/docs/fundamentals/code-analysis/configuration-options.md @@ -64,6 +64,9 @@ By default, files with certain file extensions or auto-generated file headers ar generated_code = true ``` +> [!NOTE] +> Generated code files are excluded only from code analysis diagnostics. Other diagnostics, such as those from the C# compiler, aren't affected by this setting. + ## Rule-specific options Rule-specific options can be applied to a single rule, a set of rules, or all rules. The rule-specific options include: