Issue reporting stopped since version 9.0.0 in VS

Please provide

  • Operating system: Win 11
  • Visual Studio version: 17.14.20
  • SonarQube for Visual Studio plugin version: 9.1.0.15828
  • Programming language you’re coding in: VB.NET & TypeScript
  • Is connected mode used: Yes
    • SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?): Community Build v25.6.0.109173

And a thorough description of the problem / question:

Since the upgrade of 9.0.0, we don’t have any issue reporting in VS when scanning VB.NET code.

It seems to be working with ts/tsx files but the result on .vb files are always “0 issue”.

Here is the initalisation log + the analysis of one .vb file.

log_slvs.txt (83.3 KB)

What’s wrong ?

I already tried uninstall/reinstall of the plugin. Cleared the temporary folders in roaming folder. I don’t know what else I can try.

Thanks for any help,

Best regards

I actually found this by accident in the log :

“[DEBUG] [ThreadId 59] [SLCore] [sonarlint > sonarlint-analysis-scheduler] * vbnet: 132 active rules
[DEBUG] [ThreadId 59] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [vbnet:S3923, vbnet:S2437, vbnet:S3889, vbnet:S3927, vbnet:S3926, vbnet:S5547, vbnet:S2551, vbnet:S5944, vbnet:S1066, vbnet:S5542, vbnet:S2951, vbnet:S1862, vbnet:S4210, vbnet:S3363, vbnet:S3878, vbnet:S3598, vbnet:S3871, vbnet:S5659, vbnet:S2304, vbnet:S3998, vbnet:S4201, vbnet:S6588, vbnet:S3358, vbnet:S6580, vbnet:S1172, vbnet:S2737, vbnet:S1645, vbnet:S1123, vbnet:S2178, vbnet:S1764, vbnet:S2612, vbnet:S5443, vbnet:S5445, vbnet:S6931, vbnet:S1125, vbnet:S6930, vbnet:S1481, vbnet:S2692, vbnet:S3385, vbnet:S5042, vbnet:S4507, vbnet:S1871, vbnet:S2166, vbnet:S1110, vbnet:S1479, vbnet:S4586, vbnet:S3776, vbnet:S4581, vbnet:S4583, vbnet:S3011, vbnet:S1075, vbnet:S1944, vbnet:S2757, vbnet:S3449, vbnet:S3603, vbnet:S2234, vbnet:S2355, vbnet:S2077, vbnet:S2352, vbnet:S1940, vbnet:S2359, vbnet:S2358, vbnet:S1542, vbnet:S4136, vbnet:S927, vbnet:S117, vbnet:S114, vbnet:S1656, vbnet:S2349, vbnet:S1133, vbnet:S2344, vbnet:S1134, vbnet:S2068, vbnet:S2342, vbnet:S3431, vbnet:S5856, vbnet:S1654, vbnet:S2347, vbnet:S1135, vbnet:S2225, vbnet:S2346, vbnet:S2345, vbnet:S5693, vbnet:S6145, vbnet:S6146, vbnet:S2340, vbnet:S107, vbnet:S101, vbnet:S3903, vbnet:S3869, vbnet:S6617, vbnet:S3904, vbnet:S3466, vbnet:S2376, vbnet:S6613, vbnet:S2375, vbnet:S3464, vbnet:S3981, vbnet:S4277, vbnet:S6610, vbnet:S4036, vbnet:S6612, vbnet:S1048, vbnet:S2257, vbnet:S4159, vbnet:S4830, vbnet:S2094, vbnet:S4790, vbnet:S4275, vbnet:S6575, vbnet:S907, vbnet:S1163, vbnet:S2372, vbnet:S4428, vbnet:S6607, vbnet:S6609, vbnet:S2925, vbnet:S6608, vbnet:S1155, vbnet:S4545, vbnet:S2365, vbnet:S2761, vbnet:S3453, vbnet:S1313, vbnet:S4663, vbnet:S2368, vbnet:S5753, vbnet:S4423, vbnet:S6561, vbnet:S4143, vbnet:S4144, vbnet:S4260]"

It basically says : I have 132 rules but 132 rules can’t be executed by SonarLint. It would explain why I don’t have any issue anymore.

But why ? :slight_smile:

Hi,

Welcome to the community and thanks for this report!

Could you give us a full verbose log from IDE startup through to the log line you’ve quoted above?

 
Thx,
Ann

Hello,

Thank you for the welcome !

The attached log is a verbose log (from the start of VS) and the refrenced line is in it (line 373).

Best regards

Hi,

We’d really like to have a log that starts with the IDE startup. :slight_smile:

 
Thx,
Ann

It is a log from the IDE startup. Not sure what I can do more/differently.

It seems to start from the beginning :

“[ThreadId 1] Initializing the telemetry package…
[ThreadId 1] Finished initializing the telemetry package…
[DEBUG] [ThreadId 40] [FileRenamesEventSource] Starting initialization
[DEBUG] [ThreadId 20] SLCore service is not available, telemetry is discarded
[DEBUG] [ThreadId 47] [TaggerProvider] Starting initialization”

Here is a second log (but it’s the same, just a different file scanned)

log_slvs_2.txt (80.5 KB)

If I did something wrong, tell me :slight_smile:

1 Like

Hi,

Okay, thanks. I’ve flagged this for the team.

 
Ann

Hi. Could you please check which files are present in %localappdata%\Microsoft\VisualStudio\<*version*>\Extensions\<*folder with SQVS*>\DownloadedJars? Does it contain the csharp plugins?

if no, then please re-install the extension

Also does analysis in non-connected mode work?

If both are yes, we will prepare a build with additional logs for you to see why rules failed to load

Hello,

I can’t say if the plugin folder contains what it needs to contain but there are plugins (and the c# one) :

I did unbind our sonar server and it does indeed start to work again !
Is it linked to the sonarqube server config ?

Best regards,

Arnaud

Great news that you were able to resolve your problem!

Yes, the plugins were there and they were supposed to be loaded the first time. I guess something happened and they weren’t.

Could you please provide the logs of any successful start of the extension, so we could compare them with the unsuccessful one?

Well, not so solved as it doesn’t work in connected mode :slight_smile: We have disabled rules and adapted ones (like regular expressions for our naming conventions).

Here is the log when I start VS without connected mode :

log_slvs_without_connected_mode.txt (36.2 KB)

Then I reconnected it and everything stops working again :

log_slvs_after_putting_back_connected_mode.txt (4.9 MB)

This second log starts as the first one as I did the reconnect in the same VS session

Thanks for any help

I misunderstood your post then, sorry. We will try to provide a custom extension build with extended logs for plugin load to see why it fails for you in the next few days

Thanks !

@aandre @jaromir Could you please try this build with verbose logs enabled?

(The zip with the VSIX will be available at the bottom of the Summary page once the build finishes)

Hello,

Thanks but the plugin doesn’t start after updating it with the provided installer :frowning:

It seems to try to get 9.1 while 9.2 is installed ?

To be sure, I uninstalled everything and reinstalled it with the vsix.

Now, it doesn’t crash anymore but I don’t see the sonar menu anymore :

It shows it installed though :frowning:

image

What did I do wrong ? :slight_smile:

@georgii.borovinskikh

Here is a log when I installed plugin and directly open my sln.

[ThreadId 1] Initializing the telemetry package...
[ThreadId 1] Finished initializing the telemetry package...
[ThreadId 1] Initializing security package...
[ThreadId 1] Finished initializing security package.
[ThreadId 1] Current VS version:
    Visual Studio Professional 2022
    17.14.36705.20
    17.14.20
[DEBUG] [ThreadId 6] [FileRenamesEventSource] Starting initialization
[DEBUG] [ThreadId 42] [TaggerProvider] Starting initialization
[DEBUG] [ThreadId 27] [ActiveSolutionTracker] Starting initialization
[DEBUG] [ThreadId 41] [ActiveSolutionBoundTracker] Starting initialization
[DEBUG] [ThreadId 14] [ActiveDocumentTracker] Starting initialization
[DEBUG] [ThreadId 17] [FocusOnNewCodeService] Starting initialization
[DEBUG] [ThreadId 40] [ServerViewModel] Starting initialization
[ThreadId 17] [Focus on New Code] Focus on New Code definition not available: Configuration scope not initialized
[DEBUG] [ThreadId 17] [FocusOnNewCodeService] Initialization complete
[ThreadId 1] [Solution Tracking] Initialized with solution None
[DEBUG] [ThreadId 15] [ActiveSolutionTracker] Initialization complete
[DEBUG] [ThreadId 34] [ActiveDocumentTracker] Initialization complete
[DEBUG] [ThreadId 34] [TaggerProvider] Initialization complete
[DEBUG] [ThreadId 15] [FileRenamesEventSource] Initialization complete
[DEBUG] [ThreadId 15] [ActiveSolutionBoundTracker] Initialization complete
[DEBUG] [ThreadId 40] [ServerViewModel] Initialization complete
[ThreadId 1] [Solution Tracking] [OnAfterOpenSolution] Solution TestApp opened
[ThreadId 1] Connecting to 'https://sonarqube.myserver.cz/'.
[DEBUG] [ThreadId 1] IsConnected is False.
[DEBUG] [ThreadId 1] Selected SonarQube request factory
[DEBUG] [ThreadId 1] Registered SonarQube.Client.Api.V2_10.GetVersionRequest for 2.1
[DEBUG] [ThreadId 1] Registered SonarQube.Client.Api.V3_30.ValidateCredentialsRequest for 3.3
[DEBUG] [ThreadId 1] Registered SonarQube.Client.Api.V6_60.GetNotificationsRequest for 6.6
[DEBUG] [ThreadId 1] Getting the version of SonarQube...
[DEBUG] [ThreadId 1] No system proxy detected
[DEBUG] [ThreadId 43] SLCore service is not available, telemetry is discarded
[DEBUG] [ThreadId 16] Looking up implementation of 'IGetVersionRequest' for version '' on thread '16'
[DEBUG] [ThreadId 59] SLCore service is not available, telemetry is discarded
[DEBUG] [ThreadId 16] Created request of type 'SonarQube.Client.Api.V2_10.GetVersionRequest'.
[DEBUG] [ThreadId 16] Sending Http request:
[DEBUG] [ThreadId 16] Method: GET, RequestUri: 'api/server/version', Version: 1.1, Content: <null>, Headers:
{
}
[DEBUG] [ThreadId 9] Response with HTTP status code 'OK' received.
[DEBUG] [ThreadId 57] [SLCore > Workspace Files > Tracking] Service Provider is unavailable
[DEBUG] [ThreadId 9] 25.9.0.112764
[ThreadId 47] Initializing the daemon package...
[ThreadId 47] SonarQube for VisualStudio version: 9.2.0.15901
[ThreadId 47] [Connection Migration] The connections.json file already exists. Migrating connections from existing bindings was not performed
[DEBUG] [ThreadId 40] [SolutionSettingsStorage] Starting initialization
[DEBUG] [ThreadId 16] [GlobalSettingsStorage] Starting initialization
[DEBUG] [ThreadId 28] [UserSettingsProvider] Starting initialization
[ThreadId 40] [SingleFileMonitor > TestApp > settings.json] Created directory: C:\Users\myuser\AppData\Roaming\SonarLint for Visual Studio\SolutionSettings\TestApp
[DEBUG] [ThreadId 40] [SolutionSettingsStorage] Initialization complete
[DEBUG] [ThreadId 16] [GlobalSettingsStorage] Initialization complete
[DEBUG] [ThreadId 40] [UserSettingsProvider] Initialization complete
[DEBUG] [ThreadId 61] [ActiveCompilationDatabaseTracker] Starting initialization
[DEBUG] [ThreadId 61] [ActiveCompilationDatabaseTracker] Initialization complete
[DEBUG] [ThreadId 61] [SlCoreUserAnalysisPropertiesSynchronizer] Starting initialization
[DEBUG] [ThreadId 61] [SlCoreUserAnalysisPropertiesSynchronizer] Initialization complete
[DEBUG] [ThreadId 61] [AnalysisConfigMonitor] Starting initialization
[ThreadId 61] Loaded settings from "C:\Users\myuser\AppData\Roaming\SonarLint for Visual Studio\settings.json".
[ThreadId 61] Settings file does not exist at "C:\Users\myuser\AppData\Roaming\SonarLint for Visual Studio\SolutionSettings\TestApp\settings.json".
[DEBUG] [ThreadId 61] [AnalysisConfigMonitor] Initialization complete
[DEBUG] [ThreadId 61] [DocumentEventsHandler] Starting initialization
[DEBUG] [ThreadId 61] [DocumentEventsHandler] Configuration scope not initialized
[DEBUG] [ThreadId 61] [DocumentEventsHandler] Initialization complete
[ThreadId 1] Connected to SonarQube '25.9.0.112764'.
[DEBUG] [ThreadId 1] No system proxy detected
[DEBUG] [ThreadId 1] Validating the credentials...
[DEBUG] [ThreadId 15] Looking up implementation of 'IValidateCredentialsRequest' for version '' on thread '15'
[DEBUG] [ThreadId 15] Created request of type 'SonarQube.Client.Api.V3_30.ValidateCredentialsRequest'.
[DEBUG] [ThreadId 15] Sending Http request:
[DEBUG] [ThreadId 15] Method: GET, RequestUri: 'api/authentication/validate', Version: 1.1, Content: <null>, Headers:
{
}
[DEBUG] [ThreadId 9] Response with HTTP status code 'OK' received.
[DEBUG] [ThreadId 9] {"valid":true}
[DEBUG] [ThreadId 1] Credentials accepted.
[DEBUG] [ThreadId 57] [SLCore > Workspace Files > Tracking] Service Provider is unavailable
[DEBUG] [ThreadId 61] [Roslyn > Http Server] Staring http server for roslyn analysis...
[DEBUG] [ThreadId 61] [Roslyn > Http Server] Server started listening.
[ThreadId 61] [SLCoreHandler] Creating SLCore instance
[ThreadId 61] [SLCoreHandler] Starting SLCore instance
[ThreadId 61] [NodeJSLocator] Checking environment variable SONAR_NODEJS_PATH
[ThreadId 61] [NodeJsLocator] Environment variable is not set
[ThreadId 61] [SLCore > Configuration Scope] Declared Configuration Scope TestApp
[DEBUG] [ThreadId 61] [SLCore > Configuration Scope] Configuration Scope changed ConfigurationScope { ConnectionId = https://sonarqube.myserver.cz/, SonarProjectId = BACKEND_CITEST, RootPath = , CommandsBaseDir = , IsReadyForAnalysis = False, MatchedBranch = , Id = TestApp }
[DEBUG] [ThreadId 61] [CMakeCompilationDatabaseLocator] Could not find project root directory
[ThreadId 61] Finished initializing the daemon package.
[ThreadId 1] Initializing the SonarQube for Visual Studio package...
[ThreadId 1] Finishing initializing the SonarQube for Visual Studio package
[ThreadId 46] Initializing the notifications package...
[ThreadId 1] Loading notifications settings...
[ThreadId 1] Connected: checking for notifications
[ThreadId 1] Finished initializing the notifications package
[ThreadId 1] [Connected Mode > Shared Binding] The shared binding configuration file was not found and will not be used. Probed path: not found
[DEBUG] [ThreadId 31] Looking up implementation of 'IGetNotificationsRequest' for version '25.9.0.112764' on thread '31'
[DEBUG] [ThreadId 31] Created request of type 'SonarQube.Client.Api.V6_60.GetNotificationsRequest'.
[DEBUG] [ThreadId 31] Sending Http request:
[DEBUG] [ThreadId 31] Method: GET, RequestUri: 'api/developers/search_events?projects=BACKEND_CITEST&from=2025-12-08T06%3A37%3A43%2B0100', Version: 1.1, Content: <null>, Headers:
{
}
[DEBUG] [ThreadId 23] Response with HTTP status code 'OK' received.
[DEBUG] [ThreadId 23] {"events":[]}
[ThreadId 1] [ConnectedMode] Initializing package...
[DEBUG] [ThreadId 39] [BoundSolutionGitMonitor] Starting initialization
[DEBUG] [ThreadId 36] [SlCoreGitChangeNotifier] Starting initialization
[DEBUG] [ThreadId 39] [ConnectedMode/GitMonitor] Monitoring git repo. Root path: C:\Users\myuser\repos\BACKEND_CITEST
[DEBUG] [ThreadId 39] [BoundSolutionGitMonitor] Initialization complete
[DEBUG] [ThreadId 39] [SlCoreGitChangeNotifier] Initialization complete
[ThreadId 1] [ConnectedMode] Package initialized
[ThreadId 1] [Taint] Initializing taint issues synchronization package...
[DEBUG] [ThreadId 39] [Server Issue Sync] [ServerIssuesSynchronizer] Configuration scope root hasn't been initialized...
[ThreadId 39] [Taint] Finished initializing taint issues synchronization package.
[DEBUG] [ThreadId 13] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Initializing H2Database with URL jdbc:h2:C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\h2\sq-ide;AUTO_SERVER=TRUE
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/callback' ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@4f8b3a8f ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Unable to resolve location classpath:db/callback.
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/migration' ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@4f8b3a8f ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning URL: jar:file:/C:/Users/myuser/AppData/Local/Microsoft/VisualStudio/17.0_c013736e/Extensions/ktxtkccq.j1z/Sloop/lib/sonarlint-commons-10.38.0.83986.jar!/db/migration
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V1__init_database.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V2__create_local_only_issues_table.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/migration' ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@4f8b3a8f ...
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning URL: jar:file:/C:/Users/myuser/AppData/Local/Microsoft/VisualStudio/17.0_c013736e/Extensions/ktxtkccq.j1z/Sloop/lib/sonarlint-commons-10.38.0.83986.jar!/db/migration
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V1__init_database.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V2__create_local_only_issues_table.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Found resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql
[DEBUG] [ThreadId 32] [SLCore] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner > SonarLint Server RPC sequential executor] Scanning for classes at classpath:db/migration
[DEBUG] [ThreadId 17] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 17] [SLCore] [org.flywaydb.core.internal.resource.ResourceNameValidator > SonarLint Server RPC sequential executor] Validating V3__allow_longer_messages_for_known_findings_table.sql
[DEBUG] [ThreadId 17] [SLCore] [org.flywaydb.core.internal.resource.ResourceNameValidator > SonarLint Server RPC sequential executor] Validating V2__create_local_only_issues_table.sql
[DEBUG] [ThreadId 17] [SLCore] [org.flywaydb.core.internal.resource.ResourceNameValidator > SonarLint Server RPC sequential executor] Validating V1__init_database.sql
[DEBUG] [ThreadId 7] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] Database: jdbc:h2:C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\h2\sq-ide (H2 2.4)
[DEBUG] [ThreadId 57] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] Database Type: H2
[DEBUG] [ThreadId 44] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] Driver: H2 JDBC Driver 2.4.240 (2025-09-22)
[DEBUG] [ThreadId 44] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] DDL Transactions Supported: false
[DEBUG] [ThreadId 44] [SLCore] [org.flywaydb.core.internal.schemahistory.SchemaHistoryFactory > SonarLint Server RPC sequential executor] Schemas: PUBLIC
[DEBUG] [ThreadId 44] [SLCore] [org.flywaydb.core.internal.schemahistory.SchemaHistoryFactory > SonarLint Server RPC sequential executor] Default schema: PUBLIC
[ThreadId 32] [SLCore] [org.flywaydb.core.internal.database.base.Database > SonarLint Server RPC sequential executor] Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
[DEBUG] [ThreadId 41] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] Scanning for script callbacks ...
[DEBUG] [ThreadId 56] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 56] [SLCore] [org.flywaydb.core.internal.callback.SqlScriptCallbackFactory > SonarLint Server RPC sequential executor] Scanning for SQL callbacks ...
[DEBUG] [ThreadId 56] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 41] [SLCore] [org.flywaydb.core.internal.command.DbValidate > SonarLint Server RPC sequential executor] Validating migrations ...
[DEBUG] [ThreadId 13] [SLCore] [org.flywaydb.core.api.configuration.ClassicConfiguration > SonarLint Server RPC sequential executor] CherryPickConfigurationExtension not found
[DEBUG] [ThreadId 13] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.scanner.Scanner > SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbValidate > SonarLint Server RPC sequential executor] Successfully validated 3 migrations (execution time 00:00.098s)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbSchemas > SonarLint Server RPC sequential executor] Skipping creation of existing schema: "PUBLIC"
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.api.configuration.ClassicConfiguration > SonarLint Server RPC sequential executor] CherryPickConfigurationExtension not found
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbMigrate > SonarLint Server RPC sequential executor] Current version of schema "PUBLIC": 2
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.parser.Parser > SonarLint Server RPC sequential executor] Parsing V3__allow_longer_messages_for_known_findings_table.sql ...
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.ParserSqlScript > SonarLint Server RPC sequential executor] Found statement at line 1: ALTER TABLE KNOWN_FINDINGS
    ALTER COLUMN message SET DATA TYPE VARCHAR(10000)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.ParserSqlScript > SonarLint Server RPC sequential executor] Found statement at line 3: ALTER TABLE LOCAL_ONLY_ISSUES
    ALTER COLUMN message SET DATA TYPE VARCHAR(10000)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbMigrate > SonarLint Server RPC sequential executor] Starting migration of schema "PUBLIC" to version "3 - allow longer messages for known findings table" ...
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbMigrate > SonarLint Server RPC sequential executor] Migrating schema "PUBLIC" to version "3 - allow longer messages for known findings table"
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor > SonarLint Server RPC sequential executor] Executing SQL: ALTER TABLE KNOWN_FINDINGS
    ALTER COLUMN message SET DATA TYPE VARCHAR(10000)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor > SonarLint Server RPC sequential executor] 0 rows affected
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor > SonarLint Server RPC sequential executor] Executing SQL: ALTER TABLE LOCAL_ONLY_ISSUES
    ALTER COLUMN message SET DATA TYPE VARCHAR(10000)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor > SonarLint Server RPC sequential executor] 0 rows affected
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbMigrate > SonarLint Server RPC sequential executor] Successfully completed migration of schema "PUBLIC" to version "3 - allow longer messages for known findings table"
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.schemahistory.JdbcTableSchemaHistory > SonarLint Server RPC sequential executor] Schema History table "PUBLIC"."flyway_schema_history" successfully updated to reflect changes
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.api.configuration.ClassicConfiguration > SonarLint Server RPC sequential executor] CherryPickConfigurationExtension not found
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.internal.command.DbMigrate > SonarLint Server RPC sequential executor] Successfully applied 1 migration to schema "PUBLIC", now at version v3 (execution time 00:00.020s)
[DEBUG] [ThreadId 59] [SLCore] [org.flywaydb.core.FlywayExecutor > SonarLint Server RPC sequential executor] Memory usage: 22 of 54M
[DEBUG] [ThreadId 16] [SLCore] [org.jooq.tools.LoggerListener > SonarLint Server RPC sequential executor] Executing query          : delete from "PUBLIC"."AI_CODEFIX_SETTINGS" where true
[DEBUG] [ThreadId 14] [SLCore] [org.jooq.impl.DefaultExecuteContext.logVersionSupport > SonarLint Server RPC sequential executor] Version                  : Database version is supported by dialect H2: 2.4.240 (2025-09-22)
[DEBUG] [ThreadId 59] [SLCore] [org.jooq.tools.LoggerListener > SonarLint Server RPC sequential executor] Affected row(s)          : 0
[DEBUG] [ThreadId 39] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Started embedded server on port 64120
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Restoring previous local-only issue database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\local_only_issue_backup.tar.gz
[DEBUG] [ThreadId 34] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Starting local-only issue database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\workDir\xodus-local-only-issue-store9021031117596990601
[ThreadId 34] [SLCore] [jetbrains.exodus.io.FileDataWriter > SonarLint Server RPC sequential executor] Can't open directory channel. Log directory fsync won't be performed.
[DEBUG] [ThreadId 59] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Not starting Flight Recorder service
[DEBUG] [ThreadId 13] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Added configuration scope 'TestApp'
[ThreadId 7] [SLCore > Configuration Scope] Updated files system parameters for Configuration Scope TestApp: Root=C:\, Commands Directory=C:\Users\myuser\repos\BACKEND_CITEST
[DEBUG] [ThreadId 7] [SLCore > Configuration Scope] Configuration Scope changed ConfigurationScope { ConnectionId = https://sonarqube.myserver.cz/, SonarProjectId = BACKEND_CITEST, RootPath = C:\, CommandsBaseDir = C:\Users\myuser\repos\BACKEND_CITEST, IsReadyForAnalysis = False, MatchedBranch = , Id = TestApp }
[ThreadId 7] [Connected Mode > Shared Binding] The shared binding configuration file was not found and will not be used. Probed path: not found
[DEBUG] [ThreadId 39] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Binding suggestion computation queued for config scopes 'TestApp'...
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > Binding Suggestion Provider] Configuration scope 'TestApp' is already bound.
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Bound configuration scope 'TestApp' added with an existing storage, queuing matching of the Sonar project branch...
[DEBUG] [ThreadId 42] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Synchronizing new configuration scopes: [TestApp]
[DEBUG] [ThreadId 42] [SLCore] [sonarlint > sonarlint-branch-matcher] Matching Sonar project branch
[DEBUG] [ThreadId 32] [ConnectedMode/BranchMapping] Calculating closest Sonar server branch...
[DEBUG] [ThreadId 32] [ConnectedMode/BranchMapping]     Match found: same Sonar branch name: main
[DEBUG] [ThreadId 32] [ConnectedMode/BranchMapping] Finished calculating closest Sonar server branch. Result: main
[ThreadId 32] [ConnectedMode/BranchMapping] Matching Sonar server branch: main
[DEBUG] [ThreadId 42] [SLCore] [sonarlint > sonarlint-branch-matcher] Matched Sonar project branch for configuration scope 'TestApp' changed from 'null' to 'main'
[ThreadId 17] [SLCore > Configuration Scope] Updated Sonar branch for Configuration Scope TestApp: main
[DEBUG] [ThreadId 17] [SLCore > Configuration Scope] Configuration Scope changed ConfigurationScope { ConnectionId = https://sonarqube.myserver.cz/, SonarProjectId = BACKEND_CITEST, RootPath = C:\, CommandsBaseDir = C:\Users\myuser\repos\BACKEND_CITEST, IsReadyForAnalysis = False, MatchedBranch = main, Id = TestApp }
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > sonarlint-path-translation] Computing paths translation for config scope 'TestApp'...
[DEBUG] [ThreadId 61] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Successfully purged C:\Users\myuser\AppData\Local\SLVS_SLOOP\workDir\xodus-issue-store15556359350468038042
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Restoring previous server issue database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\projects\4241434b424f4e455f434954455354\issues\backup.tar.gz
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Starting server issue database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\workDir\xodus-issue-store4763856840763228779
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/system/status | response time=833ms
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded server infos in 847ms
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Synchronizing storage of connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 34] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] isReadyForAnalysis(connectionId: https://sonarqube.myserver.cz/, sonarProjectKey: BACKEND_CITEST, plugins: true, analyzer config: true, findings: true) => true
[DEBUG] [ThreadId 34] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Found 2 plugins in storage for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 34] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Stored plugins: [text, javasymbolicexecution]
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Using 4 embedded plugins for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Embedded plugins: [cpp, sqvsroslyn, web, javascript]
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] No C# analyzer available for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Total 6 plugin paths to load for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Looking for node in the PATH
[DEBUG] [ThreadId 56] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/users/current | response time=155ms
[DEBUG] [ThreadId 56] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Execute command 'C:\Windows\System32\where.exe $PATH:node.exe'...
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/system/status | response time=115ms
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded server infos in 116ms
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > sonarlint-path-translation] GET 200 https://sonarqube.myserver.cz/api/components/tree.protobuf?qualifiers=FIL,UTS&component=BACKEND_CITEST&ps=500&p=1 | response time=265ms
[DEBUG] [ThreadId 56] [SLCore] [sonarlint > sonarlint-path-translation] Page downloaded in 288ms
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > sonarlint-path-translation] Starting matching paths for config scope 'TestApp'...
[DEBUG] [ThreadId 61] [SLCore] [sonarlint > sonarlint-path-translation] Matched paths for config scope 'TestApp':
  * idePrefix=Users\myuser\repos\BACKEND_CITEST
  * serverPrefix=
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/system/status | response time=98ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded server infos in 98ms
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/settings/values.protobuf | response time=115ms
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded settings in 136ms
[DEBUG] [ThreadId 32] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/features/list | response time=93ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Storing server info in C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\server_info.pb
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Stored server info
[DEBUG] [ThreadId 16] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Command 'C:\Windows\System32\where.exe $PATH:node.exe' exited with 0
stdout: C:\Program Files\nodejs\node.exe
[DEBUG] [ThreadId 16] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Found node at C:\Program Files\nodejs\node.exe
[DEBUG] [ThreadId 16] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Checking node version...
[DEBUG] [ThreadId 16] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Execute command 'C:\Program Files\nodejs\node.exe -v'...
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/plugins/installed | response time=116ms
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Server has 20 plugins installed
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer]   SonarLint-supported plugins (13): [go, web, iac, javasymbolicexecution, java, javascript, kotlin, php, python, ruby, sonarscala, text, xml]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer]   Non-SonarLint-supported plugins (7): [csharp, cayc, communityBranchPlugin, flex, jacoco, rust, vbnet]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded plugin list in 125ms
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Found 20 plugins on the server
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'csharp' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'cayc' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'communityBranchPlugin' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'flex' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'go' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'web' is embedded in SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'iac' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'jacoco' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'javasymbolicexecution' is up-to-date. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'java' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'javascript' is embedded in SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'kotlin' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'php' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'python' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'ruby' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'rust' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'sonarscala' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'text' is up-to-date. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'vbnet' does not support SonarLint. Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Code analyzer 'xml' is disabled in SonarLint (language not enabled). Skip downloading it.
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Plugin synchronization summary: 0 to download, 2 embedded, 2 up-to-date, 7 not SonarLint-supported, 9 language disabled
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Plugins not supporting SonarLint (sonarLintSupported=false): [communityBranchPlugin, vbnet, csharp, jacoco, rust, flex, cayc]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Plugins skipped due to disabled language: [python, ruby, sonarscala, kotlin, xml, java, go, iac, php]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] No plugins to download
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Known plugin paths: [C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\plugins\sonar-text-plugin-2.27.0.7705.jar, C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\plugins\sonar-java-symbolic-execution-plugin-8.16.1.344.jar]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Paths in dir: [C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\plugins\plugin_references.pb, C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\plugins\sonar-java-symbolic-execution-plugin-8.16.1.344.jar, C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\plugins\sonar-text-plugin-2.27.0.7705.jar]
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Unknown files: []
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Synchronizing storage of Sonar project 'BACKEND_CITEST' for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Synchronizing analyzer configuration for project 'BACKEND_CITEST'
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Languages enabled for synchronization: [cs, cpp, css, c, web, js, text, tsql, vbnet, secrets, ts]
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/settings/values.protobuf?component=BACKEND_CITEST | response time=181ms
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded settings in 185ms
[DEBUG] [ThreadId 6] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Command 'C:\Program Files\nodejs\node.exe -v' exited with 0
stdout: v16.15.1
[DEBUG] [ThreadId 6] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Detected node version: 16.15.1
[DEBUG] [ThreadId 6] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Auto-detected Node.js path set to: C:\Program Files\nodejs\node.exe (version 16.15.1)
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/qualityprofiles/search.protobuf?project=BACKEND_CITEST | response time=200ms
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Downloaded project quality profiles in 214ms
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'cs' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'css' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'js' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'secrets' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'text' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'ts' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'vbnet' are up-to-date
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Active rules for 'web' are up-to-date
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Plugin 'JavaScript/TypeScript/CSS Code Quality and Security' requires Node.js 20.12.0 while current is 16.15.1. Skip loading it.
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Plugin 'Java Advanced Code Quality Analyzer' dependency on 'java' is unsatisfied. Skip loading it.
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Loaded 4 plugins
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * CFamily Code Quality and Security 6.75.1.93101 (cpp)
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * C# and VB.NET Code Quality and Security (SQVS-Roslyn) 1.0.0.169 (sqvsroslyn)
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * HTML Code Quality and Security 3.22.0.7011 (web)
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * Text Code Quality and Security 2.27.0.7705 (text)
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Skipped 2 plugins:
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * Java Advanced Code Quality Analyzer 8.16.1.344 (javasymbolicexecution) - UnsatisfiedDependency [dependencyKey=java]
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor]   * JavaScript/TypeScript/CSS Code Quality and Security 11.7.1.36988 (javascript) - UnsatisfiedRuntimeRequirement [runtime=NODEJS, currentVersion=16.15.1, minVersion=20.12.0]
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Storing project analyzer configuration in C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\projects\4241434b424f4e455f434954455354\analyzer_config.pb
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Stored project analyzer configuration
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Using default analysis expiration delay: PT1M
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/measures/component.protobuf?additionalFields=period&metricKeys=projects&component=BACKEND_CITEST | response time=190ms
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Storing new code definition in C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\projects\4241434b424f4e455f434954455354\new_code_definition.pb
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] isReadyForAnalysis(connectionId: https://sonarqube.myserver.cz/, sonarProjectKey: BACKEND_CITEST, plugins: true, analyzer config: true, findings: true) => true
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Synchronizing project branches for project 'BACKEND_CITEST'
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Creating container for module 'TestApp'
[ThreadId 44] [SLCore > Configuration Scope] Updated analysis readiness for Configuration Scope TestApp: True
[DEBUG] [ThreadId 44] [SLCore > Configuration Scope] Configuration Scope changed ConfigurationScope { ConnectionId = https://sonarqube.myserver.cz/, SonarProjectId = BACKEND_CITEST, RootPath = C:\, CommandsBaseDir = C:\Users\myuser\repos\BACKEND_CITEST, IsReadyForAnalysis = True, MatchedBranch = main, Id = TestApp }
[ThreadId 44] Updated analysis readiness: True
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/project_branches/list.protobuf?project=BACKEND_CITEST | response time=125ms
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-server-sent-events-subscriber] Connecting to server event-stream at 'api/push/sonarlint_events?projectKeys=BACKEND_CITEST&languages=c,cpp,cs,css,web,js,secrets,text,tsql,ts,vbnet'...
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Storing project branches in C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\68747470733a2f2f736f6e6172717562652e6261636b626f6e652e63636d2e636f6e74692e64652f\projects\4241434b424f4e455f434954455354\project_branches.pb
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Project branches changed for project 'BACKEND_CITEST'
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Post: SonarLint Server RPC sequential executor 19
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@566615ab
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@566615ab
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@566615ab, new size is 1
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@566615ab, 0 remaining
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Sonar project branch changed for configuration scope 'TestApp', queuing matching of the Sonar project branch...
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-branch-matcher] Matching Sonar project branch
[DEBUG] [ThreadId 57] [ConnectedMode/BranchMapping] Calculating closest Sonar server branch...
[DEBUG] [ThreadId 57] [ConnectedMode/BranchMapping]     Match found: same Sonar branch name: main
[DEBUG] [ThreadId 57] [ConnectedMode/BranchMapping] Finished calculating closest Sonar server branch. Result: main
[ThreadId 57] [ConnectedMode/BranchMapping] Matching Sonar server branch: main
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Server RPC request executor] [SYNC] Synchronizing taint issues for project 'BACKEND_CITEST' on branch 'main'
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Synchronizing issues for project 'BACKEND_CITEST' on branch 'main'
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/issues/pull?projectKey=BACKEND_CITEST&branchName=main&languages=c,cpp,cs,css,web,js,secrets,text,tsql,ts,vbnet&changedSince=1765196013074 | response time=81ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Pulled issues in 112ms
[DEBUG] [ThreadId 44] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Merged 0 issues in store. Closed 0. | took 37ms
[DEBUG] [ThreadId 44] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Synchronizing taint issues for project 'BACKEND_CITEST' on branch 'main'
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/issues/pull_taint?projectKey=BACKEND_CITEST&branchName=main&languages=c,cpp,cs,css,web,js,secrets,text,tsql,ts,vbnet&changedSince=1765196013421 | response time=128ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Pulled taint issues in 140ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC request executor] GET 200 https://sonarqube.myserver.cz/api/issues/pull_taint?projectKey=BACKEND_CITEST&branchName=main&languages=c,cpp,cs,css,web,js,secrets,text,tsql,ts,vbnet&changedSince=1765196013421 | response time=308ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC request executor] Pulled taint issues in 309ms
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > SonarLint Server RPC request executor] Merged 0 taint issues in store. Closed 0. | took 5ms
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Merged 0 taint issues in store. Closed 0. | took 8ms
[DEBUG] [ThreadId 44] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] [SYNC] Synchronizing hotspots for project 'BACKEND_CITEST' on branch 'main'
[ThreadId 57] [Server Issue Sync > Taint] [ServerIssuesSynchronizer] Fetched 0 taint vulnerabilities.
[ThreadId 41] [Server Issue Sync > Dependency Risks] [ServerIssuesSynchronizer] Fetched 0 dependency risks.
[DEBUG] [ThreadId 57] [Server Issue Sync > Taint] [ServerIssuesSynchronizer] Storage has already been initialized for current configuration scope
[DEBUG] [ThreadId 57] [Server Issue Sync > Dependency Risks] [ServerIssuesSynchronizer] Storage has already been initialized for current configuration scope
[DEBUG] [ThreadId 31] [Server Issue Sync > Taint] [ServerIssuesSynchronizer] Storage has already been initialized for current configuration scope
[DEBUG] [ThreadId 31] [Server Issue Sync > Dependency Risks] [ServerIssuesSynchronizer] Storage has already been initialized for current configuration scope
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] GET 200 https://sonarqube.myserver.cz/api/hotspots/pull?projectKey=BACKEND_CITEST&branchName=main&languages=c,cpp,cs,css,web,js,secrets,text,tsql,ts,vbnet&changedSince=1765196013398 | response time=108ms
[DEBUG] [ThreadId 44] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Pulled issues in 122ms
[DEBUG] [ThreadId 44] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Merged 0 hotspots in store. Closed 0. | took 5ms
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] isReadyForAnalysis(connectionId: https://sonarqube.myserver.cz/, sonarProjectKey: BACKEND_CITEST, plugins: true, analyzer config: true, findings: true) => true
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Post: SonarLint Local Storage Synchronizer 39
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Posting command from Scheduler: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@264bb402
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Cancelling queuing of command
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Analysis canceled
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Posting command from Scheduler to queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@264bb402
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Posting command in analysis queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@264bb402, new size is 1
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Skipping synchronization of branch 'main' because it was synchronized recently
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-analysis-scheduler] .gitignore file was not found for C:\Users\myuser\repos\BACKEND_CITEST
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-file-exclusions] Computing file exclusion for uri 'file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs'
[DEBUG] [ThreadId 57] [SLCore] [sonarlint > sonarlint-file-exclusions] File exclusion for uri 'file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs' is false
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * cs: 321 active rules
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Extracting rules metadata for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 41] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Extracting rules from 4 plugins for connection 'https://sonarqube.myserver.cz/': [sqvsroslyn, cpp, web, text]
[DEBUG] [ThreadId 56] [SLCore] [org.reflections.Reflections > sonarlint-analysis-scheduler] Reflections took 180 ms to scan 1 urls, producing 24 keys and 257 values
[DEBUG] [ThreadId 31] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Found 6 rule repositories from plugins
[DEBUG] [ThreadId 13] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Repository 'cpp' (language: cpp): 674 rules extracted, 0 hotspots skipped, 0 templates skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Repository 'c' (language: c): 342 rules extracted, 0 hotspots skipped, 0 templates skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Repository 'Web' (language: web): 93 rules extracted, 0 hotspots skipped, 0 templates skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Repository 'text' (language: text): 2 rules extracted, 0 hotspots skipped, 0 templates skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Repository 'secrets' (language: secrets): 29 rules extracted, 0 hotspots skipped, 0 templates skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Skipping rule repository 'objc' because language 'objc' is not enabled
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Rule extraction summary: 1140 rules extracted, 0 external repos skipped, 1 repos with disabled/unknown language skipped
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Extracted 1140 rules for connection 'https://sonarqube.myserver.cz/'
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Rules by language for connection 'https://sonarqube.myserver.cz/': {cpp=674, c=342, web=93, text=2, secrets=29}
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [csharpsquid:S1854, csharpsquid:S7039, csharpsquid:S4200, csharpsquid:S2386, csharpsquid:S4201, csharpsquid:S3597, csharpsquid:S3598, csharpsquid:S3236, csharpsquid:S3237, csharpsquid:S3358, csharpsquid:S5659, csharpsquid:S2701, csharpsquid:S3928, csharpsquid:S1862, csharpsquid:S1066, csharpsquid:S1186, csharpsquid:S1185, csharpsquid:S4581, csharpsquid:S3251, csharpsquid:S3241, csharpsquid:S3363, csharpsquid:S4210, csharpsquid:S1192, csharpsquid:S2275, csharpsquid:S4211, csharpsquid:S3244, csharpsquid:S5542, csharpsquid:S3246, csharpsquid:S4456, csharpsquid:S3005, csharpsquid:S3247, csharpsquid:S5547, csharpsquid:S3249, csharpsquid:S2953, csharpsquid:S2955, csharpsquid:S3923, csharpsquid:S3925, csharpsquid:S3926, csharpsquid:S3927, csharpsquid:S1155, csharpsquid:S4790, csharpsquid:S3450, csharpsquid:S6960, csharpsquid:S3330, csharpsquid:S3451, csharpsquid:S6962, csharpsquid:S3453, csharpsquid:S4663, csharpsquid:S6961, csharpsquid:S2123, csharpsquid:S2365, csharpsquid:S2486, csharpsquid:S6964, csharpsquid:S2245, csharpsquid:S4423, csharpsquid:S5753, csharpsquid:S3456, csharpsquid:S4545, csharpsquid:S6966, csharpsquid:S2368, csharpsquid:S3457, csharpsquid:S6965, csharpsquid:S3458, csharpsquid:S4426, csharpsquid:S6968, csharpsquid:S3217, csharpsquid:S3459, csharpsquid:S6967, csharpsquid:S3218, csharpsquid:S4428, csharpsquid:S6607, csharpsquid:S6609, csharpsquid:S6608, csharpsquid:S2925, csharpsquid:S1848, csharpsquid:S1048, csharpsquid:S1168, csharpsquid:S1163, csharpsquid:S1172, csharpsquid:S2251, csharpsquid:S2372, csharpsquid:S2252, csharpsquid:S3220, csharpsquid:S6610, csharpsquid:S818, csharpsquid:S3343, csharpsquid:S3464, csharpsquid:S2376, csharpsquid:S4433, csharpsquid:S6612, csharpsquid:S3466, csharpsquid:S2257, csharpsquid:S3346, csharpsquid:S5766, csharpsquid:S6613, csharpsquid:S2930, csharpsquid:S2139, csharpsquid:S6618, csharpsquid:S2933, csharpsquid:S6617, csharpsquid:S2934, csharpsquid:S3903, csharpsquid:S3904, csharpsquid:S1607, csharpsquid:S1135, csharpsquid:S1134, csharpsquid:S1133, csharpsquid:S2342, csharpsquid:S3431, csharpsquid:S2223, csharpsquid:S2344, csharpsquid:S3433, csharpsquid:S2345, csharpsquid:S2225, csharpsquid:S2346, csharpsquid:S4524, csharpsquid:S5856, csharpsquid:S1939, csharpsquid:S1944, csharpsquid:S1940, csharpsquid:S1144, csharpsquid:S1264, csharpsquid:S3440, csharpsquid:S3442, csharpsquid:S3443, csharpsquid:S2234, csharpsquid:S3444, csharpsquid:S2114, csharpsquid:S3445, csharpsquid:S2115, csharpsquid:S2479, csharpsquid:S3447, csharpsquid:S3449, csharpsquid:S1118, csharpsquid:S1117, csharpsquid:S1116, csharpsquid:S1479, csharpsquid:S4070, csharpsquid:S1110, csharpsquid:S5042, csharpsquid:S2681, csharpsquid:S5034, csharpsquid:S2201, csharpsquid:S2445, csharpsquid:S3776, csharpsquid:S3897, csharpsquid:S4502, csharpsquid:S6800, csharpsquid:S2325, csharpsquid:S2688, csharpsquid:S2326, csharpsquid:S3415, csharpsquid:S2328, csharpsquid:S4507, csharpsquid:S1006, csharpsquid:S1125, csharpsquid:S1123, csharpsquid:S1244, csharpsquid:S1121, csharpsquid:S1481, csharpsquid:S6377, csharpsquid:S2692, csharpsquid:S6931, csharpsquid:S2696, csharpsquid:S6930, csharpsquid:S6932, csharpsquid:S2699, csharpsquid:S4635, csharpsquid:S6934, csharpsquid:S3427, csharpsquid:S2219, csharpsquid:S1215, csharpsquid:S1699, csharpsquid:S1696, csharpsquid:S1210, csharpsquid:S1694, csharpsquid:S4050, csharpsquid:S1450, csharpsquid:S4052, csharpsquid:S6588, csharpsquid:S3871, csharpsquid:S3993, csharpsquid:S3875, csharpsquid:S3877, csharpsquid:S3998, csharpsquid:S3878, csharpsquid:S2306, csharpsquid:S1104, csharpsquid:S4061, csharpsquid:S3881, csharpsquid:S2551, csharpsquid:S2674, csharpsquid:S3400, csharpsquid:S3885, csharpsquid:S3887, csharpsquid:S2436, csharpsquid:S2437, csharpsquid:S3889, csharpsquid:S1905, csharpsquid:S1313, csharpsquid:S2092, csharpsquid:S3060, csharpsquid:S2094, csharpsquid:S3063, csharpsquid:S4143, csharpsquid:S4144, csharpsquid:S6444, csharpsquid:S2761, csharpsquid:S3971, csharpsquid:S3972, csharpsquid:S3610, csharpsquid:S3973, csharpsquid:S1206, csharpsquid:S6580, csharpsquid:S4275, csharpsquid:S6575, csharpsquid:S5122, csharpsquid:S4035, csharpsquid:S4277, csharpsquid:S3981, csharpsquid:S4036, csharpsquid:S4830, csharpsquid:S4159, csharpsquid:S3984, csharpsquid:S3626, csharpsquid:S3869, csharpsquid:S1656, csharpsquid:S2190, csharpsquid:S6670, csharpsquid:S6672, csharpsquid:S5332, csharpsquid:S6420, csharpsquid:S2187, csharpsquid:S3397, csharpsquid:S3398, csharpsquid:S4487, csharpsquid:S6422, csharpsquid:S6664, csharpsquid:S927, csharpsquid:S2068, csharpsquid:S6667, csharpsquid:S6424, csharpsquid:S6669, csharpsquid:S6668, csharpsquid:S2743, csharpsquid:S125, csharpsquid:S127, csharpsquid:S2629, csharpsquid:S110, csharpsquid:S112, csharpsquid:S4260, csharpsquid:S3172, csharpsquid:S6562, csharpsquid:S6561, csharpsquid:S6674, csharpsquid:S6673, csharpsquid:S2077, csharpsquid:S2198, csharpsquid:S6797, csharpsquid:S5344, csharpsquid:S6675, csharpsquid:S3168, csharpsquid:S4015, csharpsquid:S4136, csharpsquid:S6678, csharpsquid:S3169, csharpsquid:S6677, csharpsquid:S6798, csharpsquid:S2995, csharpsquid:S3600, csharpsquid:S3963, csharpsquid:S2996, csharpsquid:S4019, csharpsquid:S2755, csharpsquid:S2997, csharpsquid:S3603, csharpsquid:S2757, csharpsquid:S3604, csharpsquid:S101, csharpsquid:S1994, csharpsquid:S1751, csharpsquid:S1871, csharpsquid:S1199, csharpsquid:S2290, csharpsquid:S2291, csharpsquid:S2292, csharpsquid:S3260, csharpsquid:S1075, csharpsquid:S3261, csharpsquid:S3262, csharpsquid:S3010, csharpsquid:S4220, csharpsquid:S4583, csharpsquid:S3011, csharpsquid:S6640, csharpsquid:S2166, csharpsquid:S3376, csharpsquid:S4586, csharpsquid:S3256, csharpsquid:S907, csharpsquid:S108, csharpsquid:S107, csharpsquid:S1643, csharpsquid:S1764, csharpsquid:S2183, csharpsquid:S5693, csharpsquid:S2184, csharpsquid:S3263, csharpsquid:S3264, csharpsquid:S3265, csharpsquid:S5443, csharpsquid:S2178, csharpsquid:S2970, csharpsquid:S3267, csharpsquid:S2971, csharpsquid:S5445, csharpsquid:S6418, csharpsquid:S2612, csharpsquid:S6419, csharpsquid:S2857, csharpsquid:S2737]
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * css: 24 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [css:S4647, css:S4658, css:S1116, css:S4657, css:S4668, css:S1128, css:S125, css:S4649, css:S4648, css:S4659, css:S4654, css:S4653, css:S4656, css:S4667, css:S4655, css:S4666, css:S4650, css:S4661, css:S4660, css:S4652, css:S4663, css:S4651, css:S4662, css:S4670]
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * web: 49 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * js: 315 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [javascript:S3785, javascript:S5842, javascript:S6019, javascript:S6811, javascript:S1121, javascript:S3782, javascript:S1481, javascript:S2692, javascript:S5728, javascript:S1128, javascript:S1126, javascript:S2699, javascript:S5604, javascript:S5725, javascript:S4634, javascript:S1125, javascript:S5843, javascript:S6819, javascript:S4084, javascript:S2201, javascript:S2685, javascript:S3531, javascript:S1472, javascript:S2681, javascript:S6807, javascript:S1119, javascript:S4507, javascript:S5958, javascript:S6486, javascript:S2688, javascript:S1479, javascript:S3415, javascript:S4624, javascript:S3776, javascript:S4502, javascript:S6249, javascript:S6252, javascript:S5042, javascript:S2310, javascript:S878, javascript:S2432, javascript:S5148, javascript:S2430, javascript:S5264, javascript:S6594, javascript:S6353, javascript:S3403, javascript:S6477, javascript:S1226, javascript:S6478, javascript:S6479, javascript:S6481, javascript:S4619, javascript:S888, javascript:S5257, javascript:S5256, javascript:S4165, javascript:S5254, javascript:S4043, javascript:S1219, javascript:S3516, javascript:S2301, javascript:S4721, javascript:S6351, javascript:S5260, javascript:S4830, javascript:S1321, javascript:S4158, javascript:S5247, javascript:S3981, javascript:S4036, javascript:S930, javascript:S4275, javascript:S5122, javascript:S6330, javascript:S6331, javascript:S3626, javascript:S6332, javascript:S3504, javascript:S6333, javascript:S3500, javascript:S3863, javascript:S3984, javascript:S6582, javascript:S3972, javascript:S6327, javascript:S6328, javascript:S6329, javascript:S4144, javascript:S4143, javascript:S6440, javascript:S1439, javascript:S3616, javascript:S6441, javascript:S6321, javascript:S6442, javascript:S3735, javascript:S6443, javascript:S1313, javascript:S6323, javascript:S1314, javascript:S3854, javascript:S4822, javascript:S6324, javascript:S6325, javascript:S6326, javascript:S4030, javascript:S2094, javascript:S2092, javascript:S2871, javascript:S6679, javascript:S6317, javascript:S6438, javascript:S2077, javascript:S2990, javascript:S6439, javascript:S2870, javascript:S6319, javascript:S6671, javascript:S6551, javascript:S6793, javascript:S1788, javascript:S2757, javascript:S2999, javascript:S2755, javascript:S6676, javascript:S6435, javascript:S1301, javascript:S4138, javascript:S6557, javascript:S2639, javascript:S4140, javascript:S2068, javascript:S2189, javascript:S6426, javascript:S6789, javascript:S4125, javascript:S2187, javascript:S4123, javascript:S6308, javascript:S5332, javascript:S5693, javascript:S6660, javascript:S6661, javascript:S1656, javascript:S1536, javascript:S3834, javascript:S1533, javascript:S1534, javascript:S6302, javascript:S6544, javascript:S6303, javascript:S6666, javascript:S6788, javascript:S6790, javascript:S6791, javascript:S2970, javascript:S6657, javascript:S5443, javascript:S6418, javascript:S6770, javascript:S1527, javascript:S2737, javascript:S6650, javascript:S6772, javascript:S1764, javascript:S6653, javascript:S6774, javascript:S1523, javascript:S2612, javascript:S6654, javascript:S6775, javascript:S6534, javascript:S1763, javascript:S5689, javascript:S6535, javascript:S1529, javascript:S5691, javascript:S1090, javascript:S108, javascript:S1199, javascript:S6767, javascript:S107, javascript:S1871, javascript:S6647, javascript:S1077, javascript:S1515, javascript:S1516, javascript:S6761, javascript:S3812, javascript:S7059, javascript:S905, javascript:S1874, javascript:S6763, javascript:S6522, javascript:S6643, javascript:S1751, javascript:S6523, javascript:S6644, javascript:S1994, javascript:S6645, javascript:S6766, javascript:S6092, javascript:S7060, javascript:S1082, javascript:S101, javascript:S6635, javascript:S6756, javascript:S1068, javascript:S6757, javascript:S1186, javascript:S3001, javascript:S6637, javascript:S5542, javascript:S6638, javascript:S2392, javascript:S3923, javascript:S6079, javascript:S6750, javascript:S3800, javascript:S5547, javascript:S6754, javascript:S1862, javascript:S6080, javascript:S6746, javascript:S128, javascript:S6747, javascript:S6627, javascript:S6748, javascript:S6749, javascript:S6509, javascript:S2703, javascript:S1854, javascript:S6861, javascript:S5659, javascript:S3358, javascript:S125, javascript:S2251, javascript:S6859, javascript:S4790, javascript:S2814, javascript:S6850, javascript:S2259, javascript:S5527, javascript:S6851, javascript:S6852, javascript:S6853, javascript:S2137, javascript:S2819, javascript:S1607, javascript:S1848, javascript:S2123, javascript:S2486, javascript:S4423, javascript:S6844, javascript:S2245, javascript:S3696, javascript:S6845, javascript:S6846, javascript:S6847, javascript:S6848, javascript:S3330, javascript:S5759, javascript:S6840, javascript:S3579, javascript:S4426, javascript:S5757, javascript:S6841, javascript:S2004, javascript:S3699, javascript:S6842, javascript:S5876, javascript:S6843, javascript:S3686, javascript:S2234, javascript:S5863, javascript:S1143, javascript:S1264, javascript:S6836, javascript:S6957, javascript:S5860, javascript:S6958, javascript:S6959, javascript:S6275, javascript:S6397, javascript:S6035, javascript:S5869, javascript:S1940, javascript:S5868, javascript:S2598, javascript:S6281, javascript:S3796, javascript:S5732, javascript:S6822, javascript:S1134, javascript:S5852, javascript:S5973, javascript:S6823, javascript:S5730, javascript:S6824, javascript:S5850, javascript:S6825, javascript:S6827, javascript:S5739, javascript:S6265, javascript:S2589, javascript:S5736, javascript:S6268, javascript:S3799, javascript:S5856, javascript:S1135, javascript:S4524, javascript:S5734, javascript:S6821, javascript:S6270]
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * text: 2 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * vbnet: 142 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [vbnet:S3923, vbnet:S2437, vbnet:S3889, vbnet:S3927, vbnet:S3926, vbnet:S5547, vbnet:S1186, vbnet:S2551, vbnet:S5944, vbnet:S1066, vbnet:S5542, vbnet:S2951, vbnet:S1862, vbnet:S4210, vbnet:S3363, vbnet:S3878, vbnet:S3598, vbnet:S3871, vbnet:S5659, vbnet:S2304, vbnet:S3998, vbnet:S4201, vbnet:S6588, vbnet:S3358, vbnet:S6580, vbnet:S1172, vbnet:S2737, vbnet:S1645, vbnet:S1123, vbnet:S2178, vbnet:S6418, vbnet:S1643, vbnet:S1764, vbnet:S2612, vbnet:S5443, vbnet:S5445, vbnet:S6931, vbnet:S1125, vbnet:S6930, vbnet:S1481, vbnet:S2692, vbnet:S3385, vbnet:S5042, vbnet:S4507, vbnet:S1871, vbnet:S2166, vbnet:S1110, vbnet:S1479, vbnet:S4586, vbnet:S1751, vbnet:S3776, vbnet:S4581, vbnet:S1192, vbnet:S4583, vbnet:S3011, vbnet:S1075, vbnet:S1944, vbnet:S2757, vbnet:S3449, vbnet:S3603, vbnet:S2234, vbnet:S2355, vbnet:S2077, vbnet:S2352, vbnet:S1940, vbnet:S2359, vbnet:S2358, vbnet:S1542, vbnet:S4136, vbnet:S927, vbnet:S117, vbnet:S112, vbnet:S114, vbnet:S1656, vbnet:S2349, vbnet:S1133, vbnet:S2344, vbnet:S1134, vbnet:S2068, vbnet:S2342, vbnet:S3431, vbnet:S5856, vbnet:S1654, vbnet:S2347, vbnet:S1135, vbnet:S2225, vbnet:S2346, vbnet:S2345, vbnet:S5693, vbnet:S6145, vbnet:S6146, vbnet:S2340, vbnet:S108, vbnet:S107, vbnet:S101, vbnet:S3903, vbnet:S3869, vbnet:S6617, vbnet:S3904, vbnet:S3466, vbnet:S2376, vbnet:S6613, vbnet:S2375, vbnet:S3464, vbnet:S3981, vbnet:S4277, vbnet:S6610, vbnet:S4036, vbnet:S6612, vbnet:S1048, vbnet:S2257, vbnet:S4159, vbnet:S4830, vbnet:S2094, vbnet:S4790, vbnet:S4275, vbnet:S6575, vbnet:S907, vbnet:S1163, vbnet:S2372, vbnet:S3063, vbnet:S4428, vbnet:S6607, vbnet:S6609, vbnet:S2925, vbnet:S6608, vbnet:S1155, vbnet:S4545, vbnet:S2365, vbnet:S2761, vbnet:S3453, vbnet:S1313, vbnet:S6444, vbnet:S4663, vbnet:S2368, vbnet:S5753, vbnet:S4423, vbnet:S6561, vbnet:S6562, vbnet:S4143, vbnet:S4144, vbnet:S4260]
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * secrets: 29 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler]   * ts: 328 active rules
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] The following rules are enabled on the server, but not available in SonarLint: [typescript:S1128, typescript:S5728, typescript:S4634, typescript:S1125, typescript:S5843, typescript:S905, typescript:S2699, typescript:S5604, typescript:S5725, typescript:S6019, typescript:S6811, typescript:S6819, typescript:S4084, typescript:S5730, typescript:S5850, typescript:S6821, typescript:S5732, typescript:S6268, typescript:S1134, typescript:S5852, typescript:S5973, typescript:S6265, typescript:S5739, typescript:S6827, typescript:S1135, typescript:S4524, typescript:S5734, typescript:S6824, typescript:S6825, typescript:S2589, typescript:S5736, typescript:S6822, typescript:S3799, typescript:S5856, typescript:S6823, typescript:S101, typescript:S6270, typescript:S1143, typescript:S1264, typescript:S2234, typescript:S5863, typescript:S6035, typescript:S108, typescript:S5860, typescript:S6275, typescript:S107, typescript:S6397, typescript:S5869, typescript:S6958, typescript:S6959, typescript:S2598, typescript:S6836, typescript:S6957, typescript:S1940, typescript:S5868, typescript:S6281, typescript:S6842, typescript:S6843, typescript:S2123, typescript:S2486, typescript:S4423, typescript:S6840, typescript:S2245, typescript:S3696, typescript:S6841, typescript:S4782, typescript:S3330, typescript:S5759, typescript:S6606, typescript:S6848, typescript:S2004, typescript:S3699, typescript:S6846, typescript:S5876, typescript:S6847, typescript:S6844, typescript:S3579, typescript:S4426, typescript:S5757, typescript:S6845, typescript:S125, typescript:S6853, typescript:S6851, typescript:S6852, typescript:S128, typescript:S4790, typescript:S6850, typescript:S2251, typescript:S2933, typescript:S6859, typescript:S2137, typescript:S5527, typescript:S2819, typescript:S1848, typescript:S1607, typescript:S4322, typescript:S4323, typescript:S6861, typescript:S1854, typescript:S6509, typescript:S6749, typescript:S6747, typescript:S3358, typescript:S4325, typescript:S6627, typescript:S6748, typescript:S5659, typescript:S6746, typescript:S1186, typescript:S3001, typescript:S6754, typescript:S5542, typescript:S4335, typescript:S1068, typescript:S2392, typescript:S6079, typescript:S6750, typescript:S3923, typescript:S5547, typescript:S6637, typescript:S1862, typescript:S6638, typescript:S6759, typescript:S6635, typescript:S6756, typescript:S6757, typescript:S6080, typescript:S6523, typescript:S6644, typescript:S1077, typescript:S6766, typescript:S1199, typescript:S6763, typescript:S1871, typescript:S6522, typescript:S6643, typescript:S6761, typescript:S7059, typescript:S3812, typescript:S1515, typescript:S1516, typescript:S1751, typescript:S1994, typescript:S1874, typescript:S6767, typescript:S6647, typescript:S1082, typescript:S6092, typescript:S7060, typescript:S6534, typescript:S5443, typescript:S6535, typescript:S2970, typescript:S6653, typescript:S6654, typescript:S6775, typescript:S6772, typescript:S6770, typescript:S6650, typescript:S2737, typescript:S1763, typescript:S5689, typescript:S6418, typescript:S1764, typescript:S6657, typescript:S1523, typescript:S2612, typescript:S1529, typescript:S1090, typescript:S5691, typescript:S2187, typescript:S4124, typescript:S6303, typescript:S6666, typescript:S4123, typescript:S6788, typescript:S2068, typescript:S6302, typescript:S6544, typescript:S5693, typescript:S5332, typescript:S6660, typescript:S878, typescript:S6661, typescript:S1656, typescript:S6308, typescript:S1533, typescript:S6426, typescript:S6789, typescript:S1534, typescript:S6790, typescript:S6791, typescript:S2077, typescript:S2990, typescript:S6435, typescript:S2870, typescript:S6557, typescript:S2871, typescript:S6676, typescript:S7641, typescript:S6550, typescript:S6671, typescript:S6551, typescript:S6793, typescript:S1788, typescript:S2757, typescript:S2999, typescript:S6439, typescript:S7649, typescript:S1301, typescript:S4138, typescript:S6319, typescript:S6679, typescript:S7647, typescript:S2755, typescript:S6317, typescript:S6438, typescript:S7648, typescript:S2639, typescript:S4140, typescript:S6325, typescript:S7656, typescript:S6326, typescript:S6568, typescript:S3972, typescript:S6323, typescript:S6565, typescript:S7654, typescript:S6324, typescript:S7655, typescript:S6321, typescript:S6442, typescript:S7652, typescript:S6443, typescript:S6564, typescript:S7653, typescript:S4144, typescript:S6440, typescript:S7650, typescript:S4143, typescript:S6441, typescript:S7651, typescript:S3735, typescript:S1439, typescript:S3616, typescript:S6329, typescript:S1313, typescript:S6327, typescript:S6569, typescript:S1314, typescript:S3854, typescript:S4822, typescript:S6328, typescript:S2092, typescript:S6571, typescript:S4030, typescript:S2094, typescript:S3981, typescript:S4036, typescript:S6578, typescript:S4156, typescript:S4830, typescript:S4158, typescript:S5247, typescript:S6332, typescript:S6333, typescript:S6330, typescript:S6572, typescript:S4275, typescript:S5122, typescript:S6331, typescript:S888, typescript:S3626, typescript:S3504, typescript:S1444, typescript:S3863, typescript:S3984, typescript:S6582, typescript:S5257, typescript:S5256, typescript:S4043, typescript:S6583, typescript:S4165, typescript:S5254, typescript:S3516, typescript:S1219, typescript:S2301, typescript:S4721, typescript:S5260, typescript:S6351, typescript:S6590, typescript:S6479, typescript:S2430, typescript:S2310, typescript:S6477, typescript:S6598, typescript:S5148, typescript:S6478, typescript:S5264, typescript:S6594, typescript:S6353, typescript:S1226, typescript:S4619, typescript:S6481, typescript:S1472, typescript:S6249, typescript:S4621, typescript:S2201, typescript:S2685, typescript:S3531, typescript:S6486, typescript:S2681, typescript:S5958, typescript:S6807, typescript:S1119, typescript:S4507, typescript:S3776, typescript:S4502, typescript:S4623, typescript:S2688, typescript:S1479, typescript:S3415, typescript:S4624, typescript:S6252, typescript:S5042, typescript:S1121, typescript:S5842, typescript:S2692]
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: C:\Users\myuser\repos\BACKEND_CITEST
  extraProperties: {sonar.updatecenter.cache.ttl=3600000, sonar.auth.bitbucket.allowUsersToSignUp=true, sonar.cs.ignoreHeaderComments=true, sonar.typescript.file.suffixes=.ts,.tsx,.cts,.mts, sonar.auth.github.enabled=false, sonar.python.coverage.reportPaths=coverage-reports/*coverage-*.xml, sonar.ai.codefix.hidden=false, sonar.text.activate=true, provisioning.gitlab.enabled=false, sonar.go.file.suffixes=.go, sonar.cs.analyzeRazorCode=true, sonar.auth.saml.applicationId=spn:02d51638-7070-4787-bed3-ed6976e8d694, sonar.python.xunit.skipDetails=false, sonar.ipynb.file.suffixes=ipynb, sonar.dbcleaner.weeksBeforeKeepingOnlyAnalysesWithVersion=104, sonar.qualitygate.ignoreSmallChanges=true, sonar.auth.saml.signature.enabled=false, sonar.go.exclusions=**/vendor/**, sonar.php.exclusions=**/vendor/**, sonar.js.internal.bundlePath=C:\USERS\myuser\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\17.0_C013736E\EXTENSIONS\KTXTKCCQ.J1Z\EmbeddedEsLintBridge, sonar.terraform.file.suffixes=.tf, sonar.forceAuthentication=true, sonar.rust.clippy.enabled=true, sonar.notifications.delay=60, sonar.vbnet.roslyn.ignoreIssues=false, sonar.flex.file.suffixes=as, sonar.multi-quality-mode.enabled=true, sonar.filesize.limit=20, sonar.auth.gitlab.groupsSync=false, sonar.rust.file.suffixes=.rs, sonar.auth.github.apiUrl=https://github.geo..myserver.cz/api/v3/, sonar.ruby.file.suffixes=.rb, sonaranalyzer-cs.ruleNamespace=SonarAnalyzer.CSharp, sonar.auth.github.allowUsersToSignUp=true, sonar.azureresourcemanager.file.identifier=https://schema.management.azure.com/schemas/,http://schema.management.azure.com/schemas/, sonar.cs.analyzeGeneratedCode=false, sonar.kubernetes.helm.activate=true, sonar.python.xunit.reportPath=xunit-reports/xunit-result-*.xml, sonar.java.jvmframeworkconfig.file.patterns=**/src/main/resources/**/*app*.properties,**/src/main/resources/**/*app*.yaml,**/src/main/resources/**/*app*.yml, sonar.builtInQualityProfiles.disableNotificationOnUpdate=false, sonar.javascript.globals=angular,goog,google,OpenLayers,d3,dojo,dojox,dijit,BACKEND,moment,casper,_,sap, sonar.dbcleaner.hoursBeforeKeepingOnlyOneSnapshotByDay=24, sonar.yaml.file.suffixes=.yaml,.yml, sonar.sqvsRoslynPlugin.internal.serverPort=56510, sonar.dbcleaner.daysBeforeDeletingInactiveBranchesAndPRs=30, sonar.auth.bitbucket.enabled=false, sonar.terraform.activate=true, sonar.css.file.suffixes=.css,.less,.scss,.sass, sonar.docker.file.patterns=Dockerfile,*.dockerfile, sonar.auth.github.webUrl=https://github.geo..myserver.cz/, sonar.dbcleaner.branchesToKeepWhenInactive=master,develop,trunk,branch-.*,release-.*,main, sonar.html.file.suffixes=.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,.cmp,.twig, sonar.php.frameworkDetection=true, sonar.auth.gitlab.enabled=false, sonar.cpd.cross_project=false, sonar.cs.analyzer.dotnet.pluginVersion=10.15.0.120848, sonaranalyzer-vbnet.pluginVersion=10.15.0.120848, sonar.vbnet.ignoreHeaderComments=true, sonar.cfamily.compile-commands=C:\Users\myuser\AppData\Local\Temp\SLVS\VCXCD\8c99490a-2d64-4f73-811e-7c8c2d5b114c\4d0722ea-1772-47cd-b0af-8fc26d90cefa.json, sonar.auth.github.groupsSync=false, sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByWeek=4, sonar.vbnet.analyzer.dotnet.pluginKey=vbnet, sonaranalyzer-vbnet.analyzerId=SonarAnalyzer.VisualBasic, sonar.scala.file.suffixes=.scala, sonar.cs.roslyn.ignoreIssues=false, sonar.cloudformation.activate=true, sonaranalyzer-cs.pluginKey=csharp, sonar.kubernetes.activate=true, sonar.java.ignoreUnnamedModuleForSplitPackage=False, sonar.sqvsRoslynPlugin.internal.serverToken=bEmleH7itvtpovpgm5Ic30OJf04OhL1eY+PVI6mtR/M=, sonar.vbnet.analyzer.dotnet.staticResourceName=SonarAnalyzer-vbnet-10.15.0.120848.zip, sonar.auth.saml.user.login=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name, sonar.json.file.suffixes=.json, sonaranalyzer-vbnet.ruleNamespace=SonarAnalyzer.VisualBasic, sonar.cloudformation.file.identifier=AWSTemplateFormatVersion, sonar.auth.saml.providerName=SSO (Entra ID), provisioning.github.project.visibility.enabled=true, sonar.dbcleaner.daysBeforeDeletingAnticipatedTransitions=30, sonar.javascript.ignoreHeaderComments=true, sonar.dbcleaner.daysBeforeDeletingClosedIssues=30, sonar.java.enablePreview=False, sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByMonth=52, sonar.lf.gravatarServerUrl=https://secure.gravatar.com/avatar/{EMAIL_MD5}.jpg?s={SIZE}&d=identicon, sonar.core.serverBaseURL=https://sonarqube.myserver.cz/, sonar.ruby.coverage.reportPaths=coverage/.resultset.json, sonar.text.inclusions=**/*.sh,**/*.bash,**/*.zsh,**/*.ksh,**/*.ps1,**/*.properties,**/*.conf,**/*.pem,**/*.config,.env,.aws/config, sonar.qualityProfiles.allowDisableInheritedRules=false, sonaranalyzer-cs.staticResourceName=SonarAnalyzer-csharp-10.15.0.120848.zip, sonar.auth.saml.providerId=https://sts.windows.net/8d4b558f-7b2e-40ba-ad1f-e04d79e6265a/, sonar.auth.saml.user.email=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress, sonar.notifications.runningDelayBeforeReportingStatus=600, sonar.auth.gitlab.allowUsersToSignUp=true, sonar.projectCreation.mainBranchName=main, sonar.jsp.file.suffixes=.jsp,.jspf,.jspx, sonar.cs.analyzer.dotnet.staticResourceName=SonarAnalyzer-csharp-10.15.0.120848.zip, sonar.javascript.maxFileSize=1000, sonar.javascript.environments=amd,applescript,atomtest,browser,commonjs,embertest,greasemonkey,jasmine,jest,jquery,meteor,mocha,mongo,nashorn,node,phantomjs,prototypejs,protractor,qunit,serviceworker,shared-node-browser,shelljs,webextensions,worker, sonar.authenticator.downcase=false, sonar.scm.disabled=false, sonar.ruby.exclusions=**/vendor/**, sonar.auth.saml.enabled=true, sonar.vbnet.file.suffixes=.vb, sonaranalyzer-cs.analyzerId=SonarAnalyzer.CSharp, sonar.core.id=71217893-AWi87PkaMrv8S78yge7V, sonar.cs.analyzer.dotnet.pluginKey=csharp, sonar.technicalDebt.ratingGrid=0.05,0.1,0.2,0.5, sonar.vbnet.analyzer.dotnet.pluginVersion=10.15.0.120848, sonar.technicalDebt.developmentCost=30, sonar.lf.enableGravatar=false, sonar.validateWebhooks=true, sonar.docker.activate=true, sonar.python.file.suffixes=py, sonaranalyzer-cs.pluginVersion=10.15.0.120848, sonar.auth.saml.loginUrl=https://login.microsoftonline.com/8d4b558f-7b2e-40ba-ad1f-e04d79e6265a/saml2, sonar.cs.file.suffixes=.cs,.razor, sonar.developerAggregatedInfo.disabled=false, sonar.plugins.downloadOnlyRequired=true, sonar.azureresourcemanager.file.suffixes=.bicep, sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue, sonar.auth.saml.user.name=http://schemas.microsoft.com/identity/claims/displayname, sonar.allowPermissionManagementForProjectAdmins=true, sonar.rust.clippy.offline=false, sonar.text.inclusions.activate=true, sonaranalyzer-vbnet.staticResourceName=SonarAnalyzer-vbnet-10.15.0.120848.zip, sonar.vbnet.analyzeGeneratedCode=false, sonar.java.file.suffixes=.java,.jav, sonar.kotlin.file.suffixes=.kt,.kts, sonar.plugins.risk.consent=ACCEPTED, sonar.php.file.suffixes=php,php3,php4,php5,phtml,inc, sonar.auth.gitlab.url=https://gitlab.com, sonar.scanner.skipNodeProvisioning=false, sonar.xml.file.suffixes=.xml,.xsd,.xsl,.config, sonar.dbcleaner.weeksBeforeDeletingAllSnapshots=260, sonaranalyzer-vbnet.pluginKey=vbnet, sonar.azureresourcemanager.activate=true, sonar.java.jvmframeworkconfig.activate=true, sonar.updatecenter.url=https://downloads.sonarsource.com/sonarqube/update/update-center.properties, sonar.auth.saml.group.name=http://schemas.microsoft.com/ws/2008/06/identity/claims/role, sonar.core.startTime=2025-10-02T06:03:02+0000}
  activeRules: [49 Web, 2 text, 29 secrets]
  inputFiles: [
    file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs (UTF-8)
  ]
]

[DEBUG] [ThreadId 28] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Successfully purged C:\Users\myuser\AppData\Local\SLVS_SLOOP\workDir\known-findings-store7054587695992011217
[DEBUG] [ThreadId 28] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Restoring previous known findings database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\storageRoot\known_findings_backup.tar.gz
[DEBUG] [ThreadId 56] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Starting known findings database from C:\Users\myuser\AppData\Local\SLVS_SLOOP\workDir\known-findings-store3140324906422078431
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Looking for git command in the PATH using where.exe (Windows)
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Found git.exe at Optional[C:\Program Files\Git\cmd\git.exe]
[DEBUG] [ThreadId 28] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Using native git blame
[DEBUG] [ThreadId 6] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Blamed 1 files in 369ms
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Start analysis
[DEBUG] [ThreadId 40] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Index files
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Language of file "file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs" is detected to be "CS"
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > Report about progress of file indexation] 1 file indexed
[DEBUG] [ThreadId 38] [SLCore] [com.sonar.cpp.jni.FileSystemOperations > sonarlint-analysis-scheduler] Loading C:\Users\myuser\AppData\Local\Temp\sonarsource-cfamily-jni14633536229171969386.dll
[DEBUG] [ThreadId 56] [SLCore] [org.reflections.Reflections > sonarlint-analysis-scheduler] Reflections took 43 ms to scan 1 urls, producing 24 keys and 257 values
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Analysis is canceled
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Analysis is canceled
[DEBUG] [ThreadId 37] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Picked command from the queue: org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand@264bb402, 0 remaining
[DEBUG] [ThreadId 40] [SLCore] [sonarlint > sonarlint-analysis-scheduler] .gitignore file was not found for C:\Users\myuser\repos\BACKEND_CITEST
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: C:\Users\myuser\repos\BACKEND_CITEST
  extraProperties: {sonar.updatecenter.cache.ttl=3600000, sonar.auth.bitbucket.allowUsersToSignUp=true, sonar.cs.ignoreHeaderComments=true, sonar.typescript.file.suffixes=.ts,.tsx,.cts,.mts, sonar.auth.github.enabled=false, sonar.python.coverage.reportPaths=coverage-reports/*coverage-*.xml, sonar.ai.codefix.hidden=false, sonar.text.activate=true, provisioning.gitlab.enabled=false, sonar.go.file.suffixes=.go, sonar.cs.analyzeRazorCode=true, sonar.auth.saml.applicationId=spn:02d51638-7070-4787-bed3-ed6976e8d694, sonar.python.xunit.skipDetails=false, sonar.ipynb.file.suffixes=ipynb, sonar.dbcleaner.weeksBeforeKeepingOnlyAnalysesWithVersion=104, sonar.qualitygate.ignoreSmallChanges=true, sonar.auth.saml.signature.enabled=false, sonar.go.exclusions=**/vendor/**, sonar.php.exclusions=**/vendor/**, sonar.js.internal.bundlePath=C:\USERS\myuser\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\17.0_C013736E\EXTENSIONS\KTXTKCCQ.J1Z\EmbeddedEsLintBridge, sonar.terraform.file.suffixes=.tf, sonar.forceAuthentication=true, sonar.rust.clippy.enabled=true, sonar.notifications.delay=60, sonar.vbnet.roslyn.ignoreIssues=false, sonar.flex.file.suffixes=as, sonar.multi-quality-mode.enabled=true, sonar.filesize.limit=20, sonar.auth.gitlab.groupsSync=false, sonar.rust.file.suffixes=.rs, sonar.auth.github.apiUrl=https://github.geo..myserver.cz/api/v3/, sonar.ruby.file.suffixes=.rb, sonaranalyzer-cs.ruleNamespace=SonarAnalyzer.CSharp, sonar.auth.github.allowUsersToSignUp=true, sonar.azureresourcemanager.file.identifier=https://schema.management.azure.com/schemas/,http://schema.management.azure.com/schemas/, sonar.cs.analyzeGeneratedCode=false, sonar.kubernetes.helm.activate=true, sonar.python.xunit.reportPath=xunit-reports/xunit-result-*.xml, sonar.java.jvmframeworkconfig.file.patterns=**/src/main/resources/**/*app*.properties,**/src/main/resources/**/*app*.yaml,**/src/main/resources/**/*app*.yml, sonar.builtInQualityProfiles.disableNotificationOnUpdate=false, sonar.javascript.globals=angular,goog,google,OpenLayers,d3,dojo,dojox,dijit,BACKEND,moment,casper,_,sap, sonar.dbcleaner.hoursBeforeKeepingOnlyOneSnapshotByDay=24, sonar.yaml.file.suffixes=.yaml,.yml, sonar.sqvsRoslynPlugin.internal.serverPort=56510, sonar.dbcleaner.daysBeforeDeletingInactiveBranchesAndPRs=30, sonar.auth.bitbucket.enabled=false, sonar.terraform.activate=true, sonar.css.file.suffixes=.css,.less,.scss,.sass, sonar.docker.file.patterns=Dockerfile,*.dockerfile, sonar.auth.github.webUrl=https://github.geo..myserver.cz/, sonar.dbcleaner.branchesToKeepWhenInactive=master,develop,trunk,branch-.*,release-.*,main, sonar.html.file.suffixes=.html,.xhtml,.cshtml,.vbhtml,.aspx,.ascx,.rhtml,.erb,.shtm,.shtml,.cmp,.twig, sonar.php.frameworkDetection=true, sonar.auth.gitlab.enabled=false, sonar.cpd.cross_project=false, sonar.cs.analyzer.dotnet.pluginVersion=10.15.0.120848, sonaranalyzer-vbnet.pluginVersion=10.15.0.120848, sonar.vbnet.ignoreHeaderComments=true, sonar.cfamily.compile-commands=C:\Users\myuser\AppData\Local\Temp\SLVS\VCXCD\8c99490a-2d64-4f73-811e-7c8c2d5b114c\4d0722ea-1772-47cd-b0af-8fc26d90cefa.json, sonar.auth.github.groupsSync=false, sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByWeek=4, sonar.vbnet.analyzer.dotnet.pluginKey=vbnet, sonaranalyzer-vbnet.analyzerId=SonarAnalyzer.VisualBasic, sonar.scala.file.suffixes=.scala, sonar.cs.roslyn.ignoreIssues=false, sonar.cloudformation.activate=true, sonaranalyzer-cs.pluginKey=csharp, sonar.kubernetes.activate=true, sonar.java.ignoreUnnamedModuleForSplitPackage=False, sonar.sqvsRoslynPlugin.internal.serverToken=bEmleH7itvtpovpgm5Ic30OJf04OhL1eY+PVI6mtR/M=, sonar.vbnet.analyzer.dotnet.staticResourceName=SonarAnalyzer-vbnet-10.15.0.120848.zip, sonar.auth.saml.user.login=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name, sonar.json.file.suffixes=.json, sonaranalyzer-vbnet.ruleNamespace=SonarAnalyzer.VisualBasic, sonar.cloudformation.file.identifier=AWSTemplateFormatVersion, sonar.auth.saml.providerName=SSO (Entra ID), provisioning.github.project.visibility.enabled=true, sonar.dbcleaner.daysBeforeDeletingAnticipatedTransitions=30, sonar.javascript.ignoreHeaderComments=true, sonar.dbcleaner.daysBeforeDeletingClosedIssues=30, sonar.java.enablePreview=False, sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByMonth=52, sonar.lf.gravatarServerUrl=https://secure.gravatar.com/avatar/{EMAIL_MD5}.jpg?s={SIZE}&d=identicon, sonar.core.serverBaseURL=https://sonarqube.myserver.cz/, sonar.ruby.coverage.reportPaths=coverage/.resultset.json, sonar.text.inclusions=**/*.sh,**/*.bash,**/*.zsh,**/*.ksh,**/*.ps1,**/*.properties,**/*.conf,**/*.pem,**/*.config,.env,.aws/config, sonar.qualityProfiles.allowDisableInheritedRules=false, sonaranalyzer-cs.staticResourceName=SonarAnalyzer-csharp-10.15.0.120848.zip, sonar.auth.saml.providerId=https://sts.windows.net/8d4b558f-7b2e-40ba-ad1f-e04d79e6265a/, sonar.auth.saml.user.email=http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress, sonar.notifications.runningDelayBeforeReportingStatus=600, sonar.auth.gitlab.allowUsersToSignUp=true, sonar.projectCreation.mainBranchName=main, sonar.jsp.file.suffixes=.jsp,.jspf,.jspx, sonar.cs.analyzer.dotnet.staticResourceName=SonarAnalyzer-csharp-10.15.0.120848.zip, sonar.javascript.maxFileSize=1000, sonar.javascript.environments=amd,applescript,atomtest,browser,commonjs,embertest,greasemonkey,jasmine,jest,jquery,meteor,mocha,mongo,nashorn,node,phantomjs,prototypejs,protractor,qunit,serviceworker,shared-node-browser,shelljs,webextensions,worker, sonar.authenticator.downcase=false, sonar.scm.disabled=false, sonar.ruby.exclusions=**/vendor/**, sonar.auth.saml.enabled=true, sonar.vbnet.file.suffixes=.vb, sonaranalyzer-cs.analyzerId=SonarAnalyzer.CSharp, sonar.core.id=71217893-AWi87PkaMrv8S78yge7V, sonar.cs.analyzer.dotnet.pluginKey=csharp, sonar.technicalDebt.ratingGrid=0.05,0.1,0.2,0.5, sonar.vbnet.analyzer.dotnet.pluginVersion=10.15.0.120848, sonar.technicalDebt.developmentCost=30, sonar.lf.enableGravatar=false, sonar.validateWebhooks=true, sonar.docker.activate=true, sonar.python.file.suffixes=py, sonaranalyzer-cs.pluginVersion=10.15.0.120848, sonar.auth.saml.loginUrl=https://login.microsoftonline.com/8d4b558f-7b2e-40ba-ad1f-e04d79e6265a/saml2, sonar.cs.file.suffixes=.cs,.razor, sonar.developerAggregatedInfo.disabled=false, sonar.plugins.downloadOnlyRequired=true, sonar.azureresourcemanager.file.suffixes=.bicep, sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs,.vue, sonar.auth.saml.user.name=http://schemas.microsoft.com/identity/claims/displayname, sonar.allowPermissionManagementForProjectAdmins=true, sonar.rust.clippy.offline=false, sonar.text.inclusions.activate=true, sonaranalyzer-vbnet.staticResourceName=SonarAnalyzer-vbnet-10.15.0.120848.zip, sonar.vbnet.analyzeGeneratedCode=false, sonar.java.file.suffixes=.java,.jav, sonar.kotlin.file.suffixes=.kt,.kts, sonar.plugins.risk.consent=ACCEPTED, sonar.php.file.suffixes=php,php3,php4,php5,phtml,inc, sonar.auth.gitlab.url=https://gitlab.com, sonar.scanner.skipNodeProvisioning=false, sonar.xml.file.suffixes=.xml,.xsd,.xsl,.config, sonar.dbcleaner.weeksBeforeDeletingAllSnapshots=260, sonaranalyzer-vbnet.pluginKey=vbnet, sonar.azureresourcemanager.activate=true, sonar.java.jvmframeworkconfig.activate=true, sonar.updatecenter.url=https://downloads.sonarsource.com/sonarqube/update/update-center.properties, sonar.auth.saml.group.name=http://schemas.microsoft.com/ws/2008/06/identity/claims/role, sonar.core.startTime=2025-10-02T06:03:02+0000}
  activeRules: [49 Web, 2 text, 29 secrets]
  inputFiles: [
    file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs (UTF-8)
  ]
]

[DEBUG] [ThreadId 6] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Using native git blame
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Blamed 1 files in 377ms
[DEBUG] [ThreadId 58] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Start analysis
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Index files
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Language of file "file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs" is detected to be "CS"
[DEBUG] [ThreadId 15] [SLCore] [sonarlint > Report about progress of file indexation] 1 file indexed
[DEBUG] [ThreadId 32] [SLCore] [org.reflections.Reflections > sonarlint-analysis-scheduler] Reflections took 44 ms to scan 1 urls, producing 24 keys and 257 values
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > sonarlint-analysis-scheduler] 'SQVS-Roslyn' skipped because there are no related rules activated
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Execute Sensor: HTML
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > sonarlint-analysis-scheduler] 'CFamily' skipped because there are no related files in the current project
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > sonarlint-analysis-scheduler] 'CFamilyTaintAnalysis' skipped because there are no related files in the current project
[DEBUG] [ThreadId 60] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Execute Sensor: TextAndSecretsSensor
[DEBUG] [ThreadId 14] [SLCore] [org.sonar.plugins.common.TextAndSecretsSensor > sonarlint-analysis-scheduler] Available processors: 8
[DEBUG] [ThreadId 14] [SLCore] [org.sonar.plugins.common.TextAndSecretsSensor > sonarlint-analysis-scheduler] Using 8 threads for analysis.
[DEBUG] [ThreadId 60] [SLCore] [org.sonar.plugins.secrets.configuration.SecretsSpecificationContainer > sonarlint-analysis-scheduler] Initializing SecretsStateContainer with specification loader.
[DEBUG] [ThreadId 7] [SLCore] [org.sonar.plugins.secrets.utils.CheckContainer > sonarlint-analysis-scheduler] Initializing ChecksContainer with checks and trie construction.
[DEBUG] [ThreadId 14] [SLCore] [org.sonar.plugins.secrets.utils.CheckContainer > sonarlint-analysis-scheduler] ChecksContainer initialized successfully with 4 checks without pre-filter and trie containing 58 patterns.
[DEBUG] [ThreadId 58] [SLCore] [org.sonar.plugins.common.TextAndSecretsSensor > sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
[DEBUG] [ThreadId 58] [SLCore] [org.sonar.plugins.common.TextAndSecretsSensor > sonarlint-analysis-scheduler] Retrieving all except non binary files
[DEBUG] [ThreadId 58] [SLCore] [org.sonar.plugins.common.analyzer.Analyzer > sonarlint-analysis-scheduler] Starting the text and secrets analysis
[DEBUG] [ThreadId 58] [SLCore] [org.sonar.plugins.common.MultiFileProgressReport > Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
[DEBUG] [ThreadId 14] [SLCore] [sonarlint > pool-4-thread-1] Initializing metadata of file file:///C:/Users/myuser/repos/BACKEND_CITEST/src/TestApp/Program.cs
[DEBUG] [ThreadId 7] [SLCore] [org.sonar.plugins.common.MultiFileProgressReport > Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
[DEBUG] [ThreadId 7] [SLCore] [org.sonar.plugins.common.analyzer.Analyzer > sonarlint-analysis-scheduler] Analyzed files for the text and secrets analysis: 1
[DEBUG] [ThreadId 12] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Analysis detected 0 issues and 0 Security Hotspots in 1637ms
[DEBUG] [ThreadId 27] [SLCore] [sonarlint > sonarlint-analysis-scheduler] AiCodeFix optional is present: false
[DEBUG] [ThreadId 38] [SLCore] [sonarlint > sonarlint-analysis-scheduler] Reporting 0 issues over 1 files for configuration scope TestApp
[ThreadId 61] [Analysis] Analysis b047fa20-4a97-4fe5-a963-bc6da213a00a found 0 issue(s) in Program.cs [final: True]
[ThreadId 61] [Analysis] Analysis b047fa20-4a97-4fe5-a963-bc6da213a00a found 0 hotspot(s) in Program.cs [final: True]
[DEBUG] [ThreadId 13] Looking up implementation of 'IGetNotificationsRequest' for version '25.9.0.112764' on thread '13'
[DEBUG] [ThreadId 13] Created request of type 'SonarQube.Client.Api.V6_60.GetNotificationsRequest'.
[DEBUG] [ThreadId 13] Sending Http request:
[DEBUG] [ThreadId 13] Method: GET, RequestUri: 'api/developers/search_events?projects=BACKEND_CITEST&from=2025-12-08T06%3A37%3A43%2B0100', Version: 1.1, Content: <null>, Headers:
{
}
[DEBUG] [ThreadId 10] Response with HTTP status code 'OK' received.
[DEBUG] [ThreadId 10] {"events ":[]}

It finally worked by disabling and reenabling it.

Here is the log :

log_slvs_with_9_2.txt (5.0 MB)

I see there are two new lines :

[DEBUG] [ThreadId 43] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Server has 19 plugins installed
[DEBUG] [ThreadId 12] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] SonarLint-supported plugins (13): [go, web, iac, javasymbolicexecution, java, javascript, kotlin, php, python, ruby, sonarscala, text, xml]
[DEBUG] [ThreadId 59] [SLCore] [sonarlint > SonarLint Local Storage Synchronizer] Non-SonarLint-supported plugins (6): [csharp, cayc, flex, jacoco, rust, vbnet]

But before the synchro, you had the lines :

[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] Loaded 7 plugins
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] * C# Code Quality and Security 10.16.2.130377 (csharpenterprise)
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] * CFamily Code Quality and Security 6.75.1.93101 (cpp)
[DEBUG] [ThreadId 17] [SLCore] [sonarlint > SonarLint Server RPC sequential executor] * C# and VB.NET Code Quality and Security (SQVS-Roslyn) 1.0.0.169 (sqvsroslyn)

Why would syncing with the server disable the vb.net plugin ?

Best regards

@aandre @jaromir Hello.
We are getting closer to the root cause. Could you please try new build with verbose logs enabled?

https://docs.sonarsource.com/sonarqube-for-visual-studio/resources/troubleshooting#how-to-get-sonarqube-for-vs-logs

Please provide full log of the session in the file, as @aandre did here in comment above:

Thanks a lot for your participation in this investigation, it helps a lot!

Best,
Kirill

Here is the log with the “9.3” installer :

log_slvs_with_9_3.txt (5.0 MB)

Best regards