Skip to content

Integration of 1.5.378 preview nugets #596

Integration of 1.5.378 preview nugets

Integration of 1.5.378 preview nugets #596

Triggered via pull request October 8, 2025 12:41
Status Success
Total duration 8m 33s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L445
'CoreClientUtils.SelectEndpointAsync(ApplicationConfiguration, ITransportWaitingConnection, bool, int, CancellationToken)' is obsolete: 'Use SelectEndpointAsync with ITelemetryContext parameter instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L378
'Utils.LogError(Exception, string, params object[])' is obsolete: 'Use ITelemetryContext ILoggerFactory and ILogger.LogError.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L364
'SessionReconnectHandler.SessionReconnectHandler(bool, int)' is obsolete: 'Use SessionReconnectHandler(ITelemetryContext, bool, int) instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L358
'DefaultSessionFactory.Instance' is obsolete: 'Use new DefaultSessionFactory instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L354
'CoreClientUtils.SelectEndpointAsync(ApplicationConfiguration, string, bool, int, CancellationToken)' is obsolete: 'Use SelectEndpointAsync with ITelemetryContext parameter instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L333
'Utils.LogWarning(Exception, string, params object[])' is obsolete: 'Use ITelemetryContext ILoggerFactory and ILogger.LogWarning.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L319
'SessionReconnectHandler.SessionReconnectHandler(bool, int)' is obsolete: 'Use SessionReconnectHandler(ITelemetryContext, bool, int) instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L313
'DefaultSessionFactory.Instance' is obsolete: 'Use new DefaultSessionFactory instead.'
Analyze (csharp): Samples/ClientControls.Net4/Common/Client/ConnectServerCtrl.cs#L307
'CoreClientUtils.SelectEndpointAsync(ApplicationConfiguration, ITransportWaitingConnection, bool, int, CancellationToken)' is obsolete: 'Use SelectEndpointAsync with ITelemetryContext parameter instead.'
Analyze (csharp): Samples/ClientControls.Net4/ExceptionDlg.cs#L183
'Utils.Trace(Exception, string, params object[])' is obsolete: 'Use ITelemetryContext.CreateLogger and ILogger.LogError instead.'