Skip to content

lucene facets

lucene facets #42

Triggered via pull request September 6, 2023 06:02
@tkrchtkrch
synchronize #14
TK/lucene_facets
Status Success
Total duration 1m 30s
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#L64
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#L107
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#L161
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/Models/LuceneIndex.cs#L85
Parameter 'retentionPolicy' has no matching param tag in the XML comment for 'LuceneIndex.LuceneIndex(Type, Analyzer, string, string?, ILuceneIndexingStrategy?, IIndexStorageStrategy?, IndexRetentionPolicy?)' (but other parameters do)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L120
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneModelGenerator.cs#L215
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneModelGenerator.cs#L242
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/Kentico.Xperience.Lucene/Resources/LuceneResources.cs#L9
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneClient.cs#L24
Remove this unread private field 'eventLogService' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneTaskProcessor.cs#L14
Remove this unread private field 'workflowStepInfoProvider' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)