Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

RC4 update: Add an exit login confirmation box #34

RC4 update: Add an exit login confirmation box

RC4 update: Add an exit login confirmation box #34

Triggered via push July 22, 2024 13:04
Status Success
Total duration 3m 31s
Artifacts 3

Build.yml

on: push
BuildForWindows
3m 16s
BuildForWindows
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L70
Converting null literal or possible null value to non-nullable type.
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L103
Unreachable code detected
BuildForWindows: LoCyanFrpDesktop/App.xaml.cs#L59
The variable 'i' is assigned but its value is never used
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L689
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L691
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L67
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L698
Non-nullable property 'ProxyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L701
Non-nullable property 'ProxyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L704
Non-nullable property 'LocalIp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L710
Non-nullable property 'RemotePort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/App.xaml.cs#L59
The variable 'i' is assigned but its value is never used
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L70
Converting null literal or possible null value to non-nullable type.
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L103
Unreachable code detected
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L67
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L382
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L385
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L388
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L403
Non-nullable property 'Avatar' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L409
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L410
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L67
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L689
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L691
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L698
Non-nullable property 'ProxyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L701
Non-nullable property 'ProxyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L704
Non-nullable property 'LocalIp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L710
Non-nullable property 'RemotePort' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L718
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/Dashboard/ProxyList.xaml.cs#L722
Non-nullable property 'Icp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L382
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L70
Converting null literal or possible null value to non-nullable type.
BuildForWindows: LoCyanFrpDesktop/DashBoard.xaml.cs#L103
Unreachable code detected
BuildForWindows: LoCyanFrpDesktop/App.xaml.cs#L59
The variable 'i' is assigned but its value is never used
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/ProxyList.xaml.cs#L67
Non-nullable property 'Proxies' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L69
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/MainWindow.xaml.cs#L53
Non-nullable field 'UserInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L53
Non-nullable field 'username_auto' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
BuildForWindows: LoCyanFrpDesktop/MainWindow.xaml.cs#L53
Non-nullable field 'token_auto' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Artifacts

Produced during runtime
Name Size
LoCyanFrpDesktop_dotnet6 Expired
3.54 MB
LoCyanFrpDesktop_dotnet6_publish Expired
3.54 MB
LoCyanFrpDesktop_dotnet6_publish_SingleFile Expired
64.9 MB