POC: Feat/make indexing more resiliant #13807
Annotations
9 errors and 13 warnings
src/Umbraco.Infrastructure/Examine/ContentIndexPopulator.cs#L58
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)'
|
src/Umbraco.Infrastructure/Examine/ContentIndexPopulator.cs#L73
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)'
|
src/Umbraco.Infrastructure/Examine/ExamineIndexRebuilder.cs#L210
'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?)
|
src/Umbraco.Infrastructure/Examine/ExamineIndexRebuilder.cs#L245
'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?)
|
src/Umbraco.Infrastructure/Examine/ContentIndexPopulator.cs#L58
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)'
|
src/Umbraco.Infrastructure/Examine/ContentIndexPopulator.cs#L73
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)'
|
src/Umbraco.Infrastructure/Examine/ExamineIndexRebuilder.cs#L210
'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?)
|
src/Umbraco.Infrastructure/Examine/ExamineIndexRebuilder.cs#L245
'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?)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/Umbraco.Core/Manifest/CompositePackageManifest.cs#L43
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
src/Umbraco.Core/Manifest/CompositePackageManifest.cs#L13
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
src/Umbraco.Core/Manifest/IPackageManifest.cs#L47
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
src/Umbraco.Core/Manifest/PackageManifest.cs#L155
'GridEditor' is obsolete: 'The grid is obsolete, will be removed in V13'
|
src/Umbraco.Core/Exceptions/DataOperationException.cs#L100
Member 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'DataOperationException<T>.GetObjectData(SerializationInfo, StreamingContext)'.
|
src/Umbraco.Core/Exceptions/InvalidCompositionException.cs#L145
Member 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InvalidCompositionException.GetObjectData(SerializationInfo, StreamingContext)'.
|
src/Umbraco.Core/Models/Blocks/BlockGridModel.cs#L22
'BlockGridModel.Empty' hides inherited member 'ReadOnlyCollection<BlockGridItem>.Empty'. Use the new keyword if hiding was intended.
|
src/Umbraco.Core/Models/Blocks/BlockListModel.cs#L37
'BlockListModel.Empty' hides inherited member 'ReadOnlyCollection<BlockListItem>.Empty'. Use the new keyword if hiding was intended.
|
src/Umbraco.Core/Models/Blocks/RichTextBlockModel.cs#L37
'RichTextBlockModel.Empty' hides inherited member 'ReadOnlyCollection<RichTextBlockItem>.Empty'. Use the new keyword if hiding was intended.
|
src/Umbraco.Core/Install/InstallException.cs#L111
Member 'InstallException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'InstallException.GetObjectData(SerializationInfo, StreamingContext)'.
|
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
This job failed
Loading