add C# API docs #3
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'.
|