Optimize ToDictionary() for improved performance in PointerInputDevice #1026
+4
−2
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build solution (Linux/macOS):
src/Appium.Net/Appium/Windows/WindowsDriver.cs#L178
'WindowsDriver.HideKeyboard(string)' hides inherited member 'AppiumDriver.HideKeyboard(string)'. Use the new keyword if hiding was intended.
|
|
Build solution (Linux/macOS):
test/integration/IOS/ClipboardTest.cs#L80
This call site is reachable on all platforms. 'Image' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build solution (Linux/macOS):
test/integration/Android/WaitTests.cs#L58
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
|
|
Build solution (Linux/macOS):
test/integration/Windows/StickyNotesTest.cs#L25
Class StickyNotesTest is used as a base class and should be abstract (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit1034.md)
|
|
Build solution (Linux/macOS):
test/integration/ServerTests/StartingAppLocallyTest.cs#L151
The variable 'e' is declared but never used
|
|
Build solution (Linux/macOS):
test/integration/Android/WaitTests.cs#L58
The actual value should not be a constant - perhaps the actual value and the expected value have switched places (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2007.md)
|
|
Build solution (Linux/macOS):
test/integration/Windows/StickyNotesTest.cs#L25
Class StickyNotesTest is used as a base class and should be abstract (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit1034.md)
|
|
Build solution (Linux/macOS):
test/integration/ServerTests/StartingAppLocallyTest.cs#L151
The variable 'e' is declared but never used
|
|
Build solution (Linux/macOS):
src/Appium.Net/Appium/Service/AppiumCommandExecutor.cs#L75
The variable 'e' is declared but never used
|
|
Build solution (Linux/macOS):
src/Appium.Net/Appium/Windows/WindowsDriver.cs#L178
'WindowsDriver.HideKeyboard(string)' hides inherited member 'AppiumDriver.HideKeyboard(string)'. Use the new keyword if hiding was intended.
|
Loading