Ver 2.3.0-Alpha.1: Fix some bugs and optimise #2
Annotations
40 warnings
Kairo/DashBoard.xaml.cs#L82
Unreachable code detected
|
Kairo/DashBoard_Token.xaml.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Kairo/DashBoard_Token.xaml.cs#L67
Dereference of a possibly null reference.
|
Kairo/DashBoard_Token.xaml.cs#L122
Unreachable code detected
|
Kairo/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
Kairo/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
Kairo/MainWindow.xaml.cs#L52
Non-nullable field 'UserInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Kairo/MainWindow.xaml.cs#L52
Non-nullable field 'username_auto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Kairo/MainWindow.xaml.cs#L52
Non-nullable field 'token_auto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Kairo/Dashboard/Settings.xaml.cs#L98
Dereference of a possibly null reference.
|
Kairo/Utils/Components.cs#L15
Non-nullable property 'ProxyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L18
Non-nullable property 'ProxyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L21
Non-nullable property 'LocalIp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L27
Non-nullable property 'RemotePort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L30
Non-nullable property 'UseCompression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L33
Non-nullable property 'UseEncryption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L35
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Utils/Components.cs#L39
Non-nullable property 'Icp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/MainWindow.xaml.cs#L446
Non-nullable property 'QQSocialID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/MainWindow.xaml.cs#L449
Non-nullable property 'RegTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/DashBoard.xaml.cs#L82
Unreachable code detected
|
Kairo/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
Kairo/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
Kairo/Utils/Update.cs#L71
The variable 'InterruptReason' is assigned but its value is never used
|
Kairo/Utils/Update.cs#L72
The variable 'isProgramHasNewerVersion' is assigned but its value is never used
|
Kairo/DashBoard_Token.xaml.cs#L66
Converting null literal or possible null value to non-nullable type.
|
Kairo/DashBoard_Token.xaml.cs#L67
Dereference of a possibly null reference.
|
Kairo/DashBoard_Token.xaml.cs#L122
Unreachable code detected
|
Kairo/Dashboard/Settings.xaml.cs#L98
Dereference of a possibly null reference.
|
Kairo/Dashboard/Settings.xaml.cs#L100
Cannot convert null literal to non-nullable reference type.
|
Kairo/DashBoard.xaml.cs#L82
Unreachable code detected
|
Kairo/Utils/Update.cs#L71
The variable 'InterruptReason' is assigned but its value is never used
|
Kairo/Utils/Update.cs#L72
The variable 'isProgramHasNewerVersion' is assigned but its value is never used
|
Kairo/Dashboard/ProxyList.xaml.cs#L57
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Kairo/Dashboard/Home.xaml.cs#L59
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Kairo/Dashboard/Home.xaml.cs#L55
Dereference of a possibly null reference.
|
Kairo/Dashboard/Home.xaml.cs#L57
Dereference of a possibly null reference.
|
Kairo/Dashboard/Home.xaml.cs#L57
Possible null reference argument for parameter 'value' in 'JToken.explicit operator bool(JToken value)'.
|
Kairo/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
Kairo/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
This job succeeded
Loading