macos(libuvc): Little refactoring to furtehr isolate UVC camera from the rest - #84
Merged
Annotations
10 warnings
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_captureGraphBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_camControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_graphBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_videoFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L57
Non-nullable field 'm_camFilter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/WebCam.cs#L35
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
DxWebCam/WebCam.cs#L31
Cannot convert null literal to non-nullable reference type.
|
|
Publish:
DxWebCam/DirectShow/DsCore.cs#L300
Non-nullable field 'pUnk' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/DirectShow/DsCore.cs#L298
Non-nullable field 'achName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Publish:
DxWebCam/DirectX.Capture/Filter.cs#L198
Nullability of reference types in type of parameter 'obj' of 'int Filter.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
|
background
wait
wait-all
cancel
parallel
Loading