Skip to content

build(Lucene): integrate client build into MSBuild #2

build(Lucene): integrate client build into MSBuild

build(Lucene): integrate client build into MSBuild #2

Triggered via push August 1, 2023 17:34
Status Success
Total duration 1m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
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#L163
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.