I have encountered some problems with method from ServerPlugin: ``` @override Future<void> analyzeFile( {required AnalysisContext analysisContext, required String path}) ``` and AnalysisContext for several packages/directories. ``` analyzer_plugin: 0.11.0 ``` I've prepared an example: https://github.com/zltnDC/analyzer-plugin-bug It seems that files in one directory are analyzed in different contexts and ignore contextRoot.includedPaths from AnalysisContext. The analyzeFile method for one path is run several times with different contexts.