Skip to content

add tests to ClickAndWait and Click #2

add tests to ClickAndWait and Click

add tests to ClickAndWait and Click #2

Triggered via push March 11, 2025 11:21
Status Success
Total duration 4m 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
It is no longer necessary to use the Microsoft.NET.Sdk.WindowsDesktop SDK. Consider changing the Sdk attribute of the root Project element to 'Microsoft.NET.Sdk'.
build: NetAutoGUI/GUI.cs#L31
Converting null literal or possible null value to non-nullable type.
build: NetAutoGUI/GUI.cs#L32
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build: NetAutoGUI/GUI.cs#L32
Converting null literal or possible null value to non-nullable type.
build: NetAutoGUI/GUI.cs#L33
Dereference of a possibly null reference.
build: NetAutoGUI/BitmapData.cs#L15
Non-nullable property 'LoadFromFileFunc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: NetAutoGUI/WindowExtensions.cs#L292
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: NetAutoGUI.Windows/ClipboardHelpers.cs#L29
Possible null reference return.