🔥 Prepare for v0.4.5 #151
Annotations
11 warnings
Setup MSBuild.exe
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build UNIVERSIAL:
Utils/BLE/Platforms/RPC/WSRPCBLE.cs#L28
Non-nullable field '_rpcClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Views/Shx8x00/ProgressBarWindow.axaml.cs#L35
Non-nullable field '_threadProgress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Views/Shx8x00/ProgressBarWindow.axaml.cs#L35
Non-nullable field '_threadWf' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Views/Shx8x00/ProgressBarWindow.axaml.cs#L35
Non-nullable field '_tokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Views/Shx8x00/ProgressBarWindow.axaml.cs#L35
Non-nullable field '_wF' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Views/Plugin/SatelliteHelperWindow.axaml.cs#L37
Non-nullable field 'InsertData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Utils/Serial/WriFreq8800Pro.cs#L68
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Utils/Serial/WriFreq8800Pro.cs#L82
Nullability of reference types in type of parameter 'sender' of 'void WriFreq8800Pro.Timer_Elapsed(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Build UNIVERSIAL:
Properties/SETTINGS.cs#L33
Non-nullable field '_backupPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build UNIVERSIAL:
Behaviors/DataGridDnd.cs#L82
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(SenhaixFreqWriter.Behaviors.DataGridDnd<T>.DragDirection)2' is not covered.
|
Loading