Closed mialeska closed 3 months ago
The updates enhance the safety and compatibility of the Aquality.WinAppDriver
project. Key changes include initializing the cursor
variable in the MouseActions
class, updating target frameworks to support both .NET Framework 4.8 and .NET 8.0, and upgrading package dependencies for improved functionality. Additionally, the testing framework version was updated, likely introducing new features and bug fixes to streamline test execution. A minor semantic change was made to the downloads tab name in tests.
Files | Change Summary |
---|---|
Aquality.WinAppDriver/src/.../MouseActions.cs |
Initialized the cursor variable in the Click and Scroll methods to prevent uninitialized usage. |
Aquality.WinAppDriver/src/.../Aquality.WinAppDriver.csproj |
Changed target framework from netstandard2.0 to multi-targeting net48;net8.0 and updated package references. |
Aquality.WinAppDriver/tests/.../Aquality.WinAppDriver.Tests.csproj |
Updated Microsoft.NET.Test.Sdk package from version 17.9.0 to 17.10.0 for enhancements. |
Aquality.WinAppDriver/tests/.../MultipleWindowsTest.cs |
Changed DownloadsTabName from "Downloads{TabNamePostfix}" to "Download history{TabNamePostfix}" . |
sequenceDiagram
participant User
participant MouseActions
participant Appium
User->>MouseActions: Click(x, y, button)
MouseActions->>MouseActions: Initialize cursor
MouseActions->>Appium: Execute Click Action
Appium-->>MouseActions: Return result
MouseActions-->>User: Return Click result
🐰 In the code, oh what a delight,
The cursor's now initialized right!
With frameworks updated, we hop with glee,
New features await, come play with me!
Let tests run smoothly, no bugs in sight,
Aquality shines, all feels just right! ✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
use .NET 8 / 4.8 instead of .NET standard