Skip to content

Display indexed content fields in administration #25

Display indexed content fields in administration

Display indexed content fields in administration #25

Triggered via pull request August 10, 2023 06:53
Status Success
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L63
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L106
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L160
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L119
Complete the task associated to this 'TODO' comment.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneModelGenerator.cs#L215
Complete the task associated to this 'TODO' comment.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneModelGenerator.cs#L242
Complete the task associated to this 'TODO' comment.
build: src/Kentico.Xperience.Lucene/Resources/LuceneResources.cs#L9
Remove this empty class, write its code or make it an "interface".
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L23
Remove this unread private field 'eventLogService' or refactor the code to use its value.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneTaskProcessor.cs#L14
Remove this unread private field 'workflowStepInfoProvider' or refactor the code to use its value.
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneTaskProcessor.cs#L15
Remove this unread private field 'versionHistoryInfoProvider' or refactor the code to use its value.