During my work on a Roslyn analyzer I have received an alert from Roslyn analyzer that checks the correct usage of Roslyn API.
RS1036: Specify analyzer banned API enforcement setting.
A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'.
I tried to google what this property does but did not find any additional information. Here is the link I have already checked:
Do you know what this flag does?