Skip to content

POC: Feat/make indexing more resiliant#16546

Closed
bielu wants to merge 101 commits into
umbraco:mainfrom
bielu:feat/make-indexing-more-resiliant
Closed

POC: Feat/make indexing more resiliant#16546
bielu wants to merge 101 commits into
umbraco:mainfrom
bielu:feat/make-indexing-more-resiliant

Merge branch 'v13/dev' into feat/make-indexing-more-resiliant

37e6d1e
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Umbraco CMS 9+ failed Sep 17, 2025 in 7m 11s

Build #13.11.0--rc.preview.16+2c32a93 failed

Annotations

Check failure on line 209 in src\Umbraco.Infrastructure\Examine\ExamineIndexRebuilder.cs

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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

See this annotation in the file changed.

@azure-pipelines 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)'