Skip to content

refactor Web Crawler example - use constructor DI instead of Service.… #24

refactor Web Crawler example - use constructor DI instead of Service.…

refactor Web Crawler example - use constructor DI instead of Service.… #24

Triggered via pull request August 10, 2023 06:01
Status Success
Total duration 1m 34s
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#L67
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#L110
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#L164
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/Admin/UIPages/IndexedContent.cs#L116
Remove this commented out code.
build: src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L150
Remove this commented out code.
build: src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L198
Remove this commented out code.
build: src/Kentico.Xperience.Lucene/Admin/UIPages/IndexedContent.cs#L119
Complete the task associated to this 'TODO' comment.
build: src/Kentico.Xperience.Lucene/Admin/UIPages/IndexListing.cs#L212
Remove this commented out code.
build: src/Kentico.Xperience.Lucene/IndexStore.cs#L39
Remove this commented out code.
build: src/Kentico.Xperience.Lucene/IndexStore.cs#L99
Remove this commented out code.