Skip to content

Merge pull request #128 from nefarius/dependabot/nuget/Tests/NUnit3Te… #62

Merge pull request #128 from nefarius/dependabot/nuget/Tests/NUnit3Te…

Merge pull request #128 from nefarius/dependabot/nuget/Tests/NUnit3Te… #62

Triggered via push January 12, 2026 10:29
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Drivers/DriverMeta.cs#L12
Non-nullable property 'DriverVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Drivers/DriverMeta.cs#L12
Non-nullable property 'DriverDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/PnP/PnPDevice.cs#L273
Cannot convert null literal to non-nullable reference type.
build: src/PnP/PnPDevice.cs#L252
Cannot convert null literal to non-nullable reference type.
build: src/PnP/PnPDevice.Common.cs#L17
Possible null reference argument for parameter 'instanceId' in 'PnPDevice PnPDevice.GetDeviceByInstanceId(string instanceId, DeviceLocationFlags flags = DeviceLocationFlags.Normal)'.
build: src/PnP/UsbPnPDevice.cs#L69
Possible null reference argument for parameter 'instanceId' in 'PnPDevice PnPDevice.GetDeviceByInstanceId(string instanceId, DeviceLocationFlags flags = DeviceLocationFlags.Normal)'.
build: src/PnP/UsbPnPDevice.cs#L54
Converting null literal or possible null value to non-nullable type.
build: src/PnP/UsbPnPDevice.cs#L53
Converting null literal or possible null value to non-nullable type.
build: src/PnP/UsbPnPDevice.cs#L26
Converting null literal or possible null value to non-nullable type.
build: src/PnP/Devcon.cs#L546
Cannot convert null literal to non-nullable reference type.