Skip to content

add C# API docs

add C# API docs #3

Triggered via push January 31, 2025 23:23
Status Success
Total duration 3m 47s
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.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'.