Migrate WinForms sample projects to .NET 8 #631
Annotations
10 errors and 10 warnings
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L507
No overload for method 'HandleException' takes 2 arguments
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L494
No overload for method 'HandleException' takes 2 arguments
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L473
There is no argument given that corresponds to the required parameter 'browseDirection' of 'SessionObsolete.Browse(ISession, RequestHeader, ViewDescription, NodeId, uint, BrowseDirection, NodeId, bool, uint, out byte[], out ReferenceDescriptionCollection)'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L436
No overload for method 'HandleException' takes 2 arguments
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L317
There is no argument given that corresponds to the required parameter 'browseDirection' of 'SessionObsolete.Browse(ISession, RequestHeader, ViewDescription, NodeId, uint, BrowseDirection, NodeId, bool, uint, out byte[], out ReferenceDescriptionCollection)'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L281
'ClientUtils' does not contain a definition for 'GetAttributeDisplayText'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L217
No overload for method 'HandleException' takes 2 arguments
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L216
No overload for method 'HandleException' takes 2 arguments
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Configuration/UserNamePasswordDlg.cs#L80
Argument 2: cannot convert from 'string' to 'byte[]'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Configuration/UserNamePasswordDlg.cs#L71
Cannot implicitly convert type 'byte[]' to 'string'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/EditComplexValueDlg.cs#L184
'NodeCacheObsolete.Find(INodeCache, ExpandedNodeId, NodeId, bool, bool)' is obsolete: 'Use FindAsync instead'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/EditComplexValueDlg.cs#L176
'NodeCacheObsolete.GetDisplayText(INodeCache, INode)' is obsolete: 'Use GetDisplayTextAsync instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/EditComplexValueDlg.cs#L161
'NodeCacheObsolete.Find(INodeCache, ExpandedNodeId)' is obsolete: 'Use FindAsync instead'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/ConnectServerCtrl.cs#L440
'SessionReconnectHandler.SessionReconnectHandler(bool, int)' is obsolete: 'Use SessionReconnectHandler(ITelemetryContext, bool, int) instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/ConnectServerCtrl.cs#L313
'SessionObsolete.Close(ISession, int)' is obsolete: 'Use CloseAsync instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/ConnectServerCtrl.cs#L263
'Session.Create(ApplicationConfiguration, ConfiguredEndpoint, bool, bool, string, uint, IUserIdentity, IList<string>, CancellationToken)' is obsolete: 'Use ISessionFactory.CreateAsync'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L348
'SessionClient.Read(RequestHeader, double, TimestampsToReturn, ReadValueIdCollection, out DataValueCollection, out DiagnosticInfoCollection)' is obsolete: 'Sync methods are deprecated in this version. Use ReadAsync instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L241
'SessionClient.Read(RequestHeader, double, TimestampsToReturn, ReadValueIdCollection, out DataValueCollection, out DiagnosticInfoCollection)' is obsolete: 'Sync methods are deprecated in this version. Use ReadAsync instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L229
'Attributes.GetIdentifiers()' is obsolete: 'Use Identifiers property instead.'
|
|
Analyze (csharp):
Samples/ClientControls.Net4/Common/BrowseNodeCtrl.cs#L113
'NodeCacheObsolete.GetDisplayText(INodeCache, ExpandedNodeId)' is obsolete: 'Use GetDisplayTextAsync instead.'
|