Skip to content

Update FrpcSettingWindowViewModel.cs #2

Update FrpcSettingWindowViewModel.cs

Update FrpcSettingWindowViewModel.cs #2

Triggered via push December 7, 2024 17:15
Status Success
Total duration 3m 5s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (Release): PortToNet/Ecan/ComProc.cs#L26
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L16
Dereference of a possibly null reference.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L18
Possible null reference assignment.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L19
Possible null reference assignment.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L20
Possible null reference assignment.
build (Release): PortToNet/PubMod.cs#L46
The variable 'ex' is declared but never used
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L26
Dereference of a possibly null reference.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L28
Dereference of a possibly null reference.
build (Release): PortToNet/Ecan/ComProc.cs#L54
Non-nullable property 'CanName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): PortToNet/Views/AboutWindow.xaml.cs#L55
Dereference of a possibly null reference.
build (Debug): PortToNet/Ecan/ComProc.cs#L54
Non-nullable property 'CanName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): PortToNet/PubMod.cs#L46
The variable 'ex' is declared but never used
build (Debug): PortToNet/Ecan/ComProc.cs#L111
Non-nullable event 'CanRecvDataEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (Debug): PortToNet/Ecan/ComProc.cs#L111
Non-nullable field '_recTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): PortToNet/Ecan/ComProc.cs#L111
Non-nullable field 'sw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): PortToNet/Ecan/ComProc.cs#L111
Non-nullable field 'Sw_recList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug): PortToNet/ViewModels/ComPortSettingControlViewModel.cs#L125
Non-nullable event 'ErrorEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (Debug): PortToNet/ViewModels/ComPortSettingControlViewModel.cs#L125
Non-nullable event 'RecvDataEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build (Debug): PortToNet/Model/DataType.cs#L57
Non-nullable property 'PDU' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): PortToNet/ViewModels/ComPortSettingControlViewModel.cs#L179
Possible null reference argument for parameter 'item' in 'bool Collection<string>.Contains(string item)'.