Skip to content

Merge pull request #14 from Kentico/TK/lucene_facets #46

Merge pull request #14 from Kentico/TK/lucene_facets

Merge pull request #14 from Kentico/TK/lucene_facets #46

Triggered via push September 6, 2023 06:48
Status Success
Total duration 1m 42s
Artifacts

ci.yml

on: push
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/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)
build: src/Kentico.Xperience.Lucene/Services/Implementations/DefaultLuceneTaskProcessor.cs#L15
Remove this unread private field 'versionHistoryInfoProvider' or refactor the code to use its value. (https://rules.sonarsource.com/csharp/RSPEC-4487)