Develop (#21) #44
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/Usbip.cs#L21
Cannot convert null literal to non-nullable reference type.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/Usbip.cs#L37
Non-nullable field '_srvSocket' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/HelperExtension.cs#L99
Possible null reference return.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/HelperExtension.cs#L105
Possible null reference return.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/ReportDescEnumerator.cs#L168
Converting null literal or possible null value to non-nullable type.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/ReportDescEnumerator.cs#L176
Possible null reference argument for parameter 'dataBuffer' in 'ReportItem.ReportItem(ReportDescKey key, byte[] dataBuffer)'.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/Usbip.cs#L77
Cannot convert null literal to non-nullable reference type.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/Usbip.cs#L176
Converting null literal or possible null value to non-nullable type.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/Usbip.cs#L180
Converting null literal or possible null value to non-nullable type.
|
build:
LtAmpDotNet/LtAmpVirtualUsb/UsbipDevice/MouseDevice.cs#L96
Possible null reference return.
|