add: 分包数据自动滚动逻辑 #79
Annotations
10 warnings
Test:
llcomNext/LLCOM/Services/Utils.cs#L238
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
Test:
llcomNext/LLCOM/Services/Utils.cs#L237
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
|
Test:
llcomNext/LLCOM/ViewModels/Pages/SettingPageViewModel.cs#L19
Non-nullable field '_getService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
llcomNext/LLCOM/ViewModels/Pages/ToolsPageViewModel.cs#L10
Non-nullable field '_getService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test:
llcomNext/LLCOM/Models/TerminalObject.cs#L235
Possible null reference argument for parameter 'text' in 'TerminalBlock TerminalBlock.MakeNew(string text)'.
|
Test:
llcomNext/LLCOM/Models/TerminalObject.cs#L230
Possible null reference argument for parameter 'text' in 'TerminalBlock TerminalBlock.MakeNew(string text)'.
|
Test:
llcomNext/LLCOM/App.axaml.cs#L43
Possible null reference return.
|
Test:
llcomNext/LLCOM/App.axaml.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Test:
llcomNext/LLCOM/Services/Setting.cs#L149
Partial method declarations 'void Setting.OnTerminalFontSizeChanged(double value)' and 'void Setting.OnTerminalFontSizeChanged(double n)' have signature differences.
|
Test:
llcomNext/LLCOM/Services/Setting.cs#L148
Partial method declarations 'void Setting.OnTerminalFontChanged(string value)' and 'void Setting.OnTerminalFontChanged(string s)' have signature differences.
|
Loading