Skip to content

Merge pull request #1094 from WildGums/GitHubSync/20260911-142106 #14

Merge pull request #1094 from WildGums/GitHubSync/20260911-142106

Merge pull request #1094 from WildGums/GitHubSync/20260911-142106 #14

Triggered via push September 11, 2026 14:21
Status Success
Total duration 4m 38s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: cake-build/cake-action@d218f1133bb74a1df0b08c89cfd8fc100c09e1a0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Orc.Search/OrcSearchModule.cs#L24
Refactor your code not to use hardcoded absolute paths or URIs.
build: src/Orc.Search/Services/Extensions/ISearchServiceExtensions.cs#L3
Remove this empty class, write its code or make it an "interface".
build: src/Orc.Search/Services/Extensions/ISearchHighlightService.cs#L3
Remove this empty class, write its code or make it an "interface".
build: src/Orc.Search/Services/SearchServiceBase.cs#L78
Define a constant instead of using this literal 'No index directory available' 4 times.
build: src/Orc.Search/Services/SearchHistoryService.cs#L20
Remove the field '_directoryService' and declare it as a local variable in the relevant methods.
build: src/Orc.Search/Services/SearchHistoryService.cs#L19
Remove the field '_appDataService' and declare it as a local variable in the relevant methods.
build: src/Orc.Search/OrcSearchModule.cs#L22
Define a constant instead of using this literal 'Orc.Search' 4 times.
build: src/Orc.Search/ModuleInitializer.cs#L6
Move 'ModuleInitializer' into a named namespace.
build: src/Orc.Search/Models/SearchHistoryElement.cs#L21
Remove the unused private method 'OnFilterChanged'.
build: src/MethodTimeLogger.cs#L10
Move 'MethodTimeLogger' into a named namespace.