filter AppiumTest #31
Annotations
1 error and 22 warnings
Build_and_Test
Process completed with exit code 1.
|
Build_and_Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build_and_Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build_and_Test:
Solution/SocketDemo/AsyncClien.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Build_and_Test:
Solution/SocketDemo/AsyncServer.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Build_and_Test:
Solution/SocketDemo/AsyncClien.cs#L49
'Dns.Resolve(string)' is obsolete: 'Resolve has been deprecated. Use GetHostEntry instead.'
|
Build_and_Test:
Solution/SocketDemo/AsyncClien.cs#L89
Converting null literal or possible null value to non-nullable type.
|
Build_and_Test:
Solution/SocketDemo/AsyncClien.cs#L92
Dereference of a possibly null reference.
|
Build_and_Test:
Solution/SocketDemo/AsyncClien.cs#L95
Dereference of a possibly null reference.
|
Build_and_Test:
Solution/SocketDemo/AsyncServer.cs#L89
Converting null literal or possible null value to non-nullable type.
|
Build_and_Test:
Solution/SocketDemo/AsyncServer.cs#L90
Dereference of a possibly null reference.
|
Build_and_Test:
Solution/SocketDemo/AsyncServer.cs#L109
Converting null literal or possible null value to non-nullable type.
|
Build_and_Test:
Solution/SocketDemo/AsyncServer.cs#L110
Dereference of a possibly null reference.
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS2.cs#L55
'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)'
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS2.cs#L58
The variable 't' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS2.cs#L71
The variable 'e' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/Remote.cs#L41
'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)'
|
Build_and_Test:
Solution/AppiumTest/Remote.cs#L44
The variable 't' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/Remote.cs#L57
The variable 't' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS1x.cs#L55
'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)'
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS1x.cs#L58
The variable 't' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/WorkplaceIOS1x.cs#L71
The variable 'e' is declared but never used
|
Build_and_Test:
Solution/AppiumTest/Remote2x.cs#L45
'ExpectedConditions' is obsolete: 'The ExpectedConditions implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)'
|