Skip to content

Added Helper project for intercepting Copilot Key #15

Added Helper project for intercepting Copilot Key

Added Helper project for intercepting Copilot Key #15

Triggered via push December 23, 2024 00:57
Status Failure
Total duration 2m 39s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
build (Release)
Process completed with exit code 1.
build (Debug)
The job was canceled because "Release" failed.
build (Debug)
The operation was canceled.
build (Release): GoAwayEdge/App.xaml.cs#L229
Cannot convert null literal to non-nullable reference type.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L53
Dereference of a possibly null reference.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L12
Non-nullable property 'L' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L13
Non-nullable property 'R' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L14
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L15
Non-nullable property 'I' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): GoAwayEdge/Common/Runtime/Weather.cs#L16
Non-nullable property 'G' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release): GoAwayEdge/UserInterface/CopilotDock/InterfaceManager.cs#L51
Possible null reference argument for parameter 'shellManager' in 'void WindowManager.ShowCopilotDockAsync(ShellManager shellManager, AppBarScreen screen, AppBarEdge edge, double desiredHeight, AppBarMode mode)'.
build (Release): GoAwayEdge/UserInterface/CopilotDock/InterfaceManager.cs#L60
Possible null reference argument for parameter 'shellManager' in 'void WindowManager.ShowCopilotDockAsync(ShellManager shellManager, AppBarScreen screen, AppBarEdge edge, double desiredHeight, AppBarMode mode)'.
build (Release): GoAwayEdge/Common/Installation/Updater.cs#L146
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (Debug): GoAwayEdge/App.xaml.cs#L229
Cannot convert null literal to non-nullable reference type.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L53
Dereference of a possibly null reference.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L12
Non-nullable property 'L' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L13
Non-nullable property 'R' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L14
Non-nullable property 'C' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L15
Non-nullable property 'I' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): GoAwayEdge/Common/Runtime/Weather.cs#L16
Non-nullable property 'G' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug): GoAwayEdge/Common/Installation/Updater.cs#L146
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (Debug): GoAwayEdge/Common/Installation/Updater.cs#L181
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build (Debug): GoAwayEdge/Common/Installation/Updater.cs#L22
Non-nullable property 'browser_download_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.