Implement LLM agent process separation #392
Annotations
26 warnings
|
build (ubuntu-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest)
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeminiService.cs#L224
Dereference of a possibly null reference.
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeminiService.cs#L204
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Model, string>(IEnumerable<Model> source, Func<Model, string> selector)'.
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L283
Async-iterator 'GeneralLLMService.GenerateEmbeddingsAsync(string, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L248
Async-iterator 'GeneralLLMService.AnalyzeImageAsync(string, long, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L107
Async-iterator 'GeneralLLMService.ExecAsync(Message, long, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L32
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L21
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (ubuntu-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L13
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (ubuntu-latest):
TelegramSearchBot.Search/Model/SearchMessageDTO.cs#L13
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (ubuntu-latest):
TelegramSearchBot.Common/Model/DO/PaddleOCRResult.cs#L11
'Result' is obsolete
|
|
build (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows-latest)
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
|
|
build (windows-latest)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
|
build (windows-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeminiService.cs#L224
Dereference of a possibly null reference.
|
|
build (windows-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeminiService.cs#L204
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Model, string>(IEnumerable<Model> source, Func<Model, string> selector)'.
|
|
build (windows-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L283
Async-iterator 'GeneralLLMService.GenerateEmbeddingsAsync(string, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (windows-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L248
Async-iterator 'GeneralLLMService.AnalyzeImageAsync(string, long, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (windows-latest):
TelegramSearchBot.LLM/Service/AI/LLM/GeneralLLMService.cs#L107
Async-iterator 'GeneralLLMService.ExecAsync(Message, long, string, ILLMService, LLMChannel, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
build (windows-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L32
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (windows-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L21
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (windows-latest):
TelegramSearchBot.LLM/Interface/AI/LLM/ILLMService.cs#L13
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
|
build (windows-latest):
TelegramSearchBot.Search/Model/SearchMessageDTO.cs#L13
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (windows-latest):
TelegramSearchBot.Common/Model/DO/PaddleOCRResult.cs#L11
'Result' is obsolete
|
|
report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/github-script@v7. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|