Merge pull request #128 from nefarius/dependabot/nuget/Tests/NUnit3Te… #62
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.
|