POC: Feat/make indexing more resiliant#16546
Build #13.11.0--rc.preview.16+2c32a93 failed
Annotations
Check failure on line 209 in src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs
azure-pipelines / Umbraco CMS 9+
src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs#L209
src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs(209,44): Error CS1061: 'IIndexRebuildStatusManager' does not contain a definition for 'SetRebuildingIndexStatus' and no accessible extension method 'SetRebuildingIndexStatus' accepting a first argument of type 'IIndexRebuildStatusManager' could be found (are you missing a using directive or an assembly reference?)
Check failure on line 244 in src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs
azure-pipelines / Umbraco CMS 9+
src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs#L244
src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs(244,44): Error CS1061: 'IIndexRebuildStatusManager' does not contain a definition for 'SetRebuildingIndexStatus' and no accessible extension method 'SetRebuildingIndexStatus' accepting a first argument of type 'IIndexRebuildStatusManager' could be found (are you missing a using directive or an assembly reference?)
Check failure on line 58 in src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs
azure-pipelines / Umbraco CMS 9+
src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs#L58
src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs(58,62): Error CS7036: There is no argument given that corresponds to the required parameter 'indexRebuildStatusManager' of 'ContentIndexPopulator.ContentIndexPopulator(ILogger<ContentIndexPopulator>, bool, int?, IContentService, IUmbracoDatabaseFactory, IValueSetBuilder<IContent>, IOptionsMonitor<IndexingSettings>, IIndexRebuildStatusManager)'
Check failure on line 73 in src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs
azure-pipelines / Umbraco CMS 9+
src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs#L73
src\Umbraco.Infrastructure\Examine\ContentIndexPopulator.cs(73,11): Error CS7036: There is no argument given that corresponds to the required parameter 'indexRebuildStatusManager' of 'ContentIndexPopulator.ContentIndexPopulator(ILogger<ContentIndexPopulator>, bool, int?, IContentService, IUmbracoDatabaseFactory, IValueSetBuilder<IContent>, IOptionsMonitor<IndexingSettings>, IIndexRebuildStatusManager)'