This repository has been archived by the owner on Dec 22, 2024. It is now read-only.
Ver 2.2.0-Alpha.7: Finished URL Protocol Handler. #53
Annotations
40 warnings
BuildForWindows:
LoCyanFrpDesktop/DashBoard.xaml.cs#L84
Unreachable code detected
|
BuildForWindows:
LoCyanFrpDesktop/Utils/Update.cs#L71
The variable 'InterruptReason' is assigned but its value is never used
|
BuildForWindows:
LoCyanFrpDesktop/Utils/Update.cs#L72
The variable 'isProgramHasNewerVersion' is assigned but its value is never used
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L70
Possible null reference argument for parameter 'value' in 'JToken.explicit operator bool(JToken value)'.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L71
Dereference of a possibly null reference.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L85
Nullability of reference types in type of parameter 'sender' of 'void Home.OnLoadingStateChanged(object sender, LoadingStateChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LoadingStateChangedEventArgs>' (possibly because of nullability attributes).
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L91
The variable '_' is declared but never used
|
BuildForWindows:
LoCyanFrpDesktop/Utils/ScheduledTask.cs#L33
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.
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard.xaml.cs#L84
Unreachable code detected
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L56
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L603
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L605
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L45
Non-nullable field 'UserInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L45
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.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L45
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.
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard_Token.xaml.cs#L68
Converting null literal or possible null value to non-nullable type.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L438
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L439
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L440
Non-nullable property 'UserData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L411
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L414
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L417
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/MainWindow.xaml.cs#L432
Non-nullable property 'Avatar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuildForWindows:
LoCyanFrpDesktop/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.
|
BuildForWindows:
LoCyanFrpDesktop/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.
|
BuildForWindows:
LoCyanFrpDesktop/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.
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard.xaml.cs#L84
Unreachable code detected
|
BuildForWindows:
LoCyanFrpDesktop/Utils/Update.cs#L71
The variable 'InterruptReason' is assigned but its value is never used
|
BuildForWindows:
LoCyanFrpDesktop/Utils/Update.cs#L72
The variable 'isProgramHasNewerVersion' is assigned but its value is never used
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard_Token.xaml.cs#L68
Converting null literal or possible null value to non-nullable type.
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard_Token.xaml.cs#L69
Dereference of a possibly null reference.
|
BuildForWindows:
LoCyanFrpDesktop/DashBoard_Token.xaml.cs#L124
Unreachable code detected
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L127
Converting null literal or possible null value to non-nullable type.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Status.xaml.cs#L137
Dereference of a possibly null reference.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L70
Possible null reference argument for parameter 'value' in 'JToken.explicit operator bool(JToken value)'.
|
BuildForWindows:
LoCyanFrpDesktop/Dashboard/Home.xaml.cs#L71
Dereference of a possibly null reference.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
LoCyanFrpDesktop_dotnet6
Expired
|
42.9 MB |
|
LoCyanFrpDesktop_dotnet6_publish_SingleFile
Expired
|
144 MB |
|
LoCyanFrpDesktop_dotnet6_publish_SingleFile_WithEnvironment
Expired
|
200 MB |
|