Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 #241
Annotations
10 warnings
|
build:
src/Drivers/DriverMeta.cs#L12
Non-nullable property 'MatchingDeviceId' 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 'InfSection' 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 'InfPath' 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 '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/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.
|