Skip to content

add GitHub Actions

add GitHub Actions #1

Triggered via push January 31, 2025 22:25
Status Success
Total duration 4m 34s
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#L28
Converting null literal or possible null value to non-nullable type.
build: NetAutoGUI/GUI.cs#L29
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build: NetAutoGUI/GUI.cs#L29
Converting null literal or possible null value to non-nullable type.
build: NetAutoGUI/GUI.cs#L30
Dereference of a possibly null reference.
build: NetAutoGUI/BitmapData.cs#L9
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.Windows/ClipboardHelpers.cs#L29
Possible null reference return.
build: Tests/NetAutoGUI.UnitTests/BitmapDataTests/SaveToFileShould.cs#L29
Dereference of a possibly null reference.
build: Tests/NetAutoGUI.UnitTests/BitmapDataTests/SaveToStreamShould.cs#L24
Dereference of a possibly null reference.
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'.