Merge pull request #4 from nittin-cz/bugfix/cleanup-index-on-rebuild #14
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.
|