Added Helper project for intercepting Copilot Key #15
Annotations
1 error and 10 warnings
Build GoAwayEdge (Release)
Process completed with exit code 1.
|
Build GoAwayEdge (Release):
GoAwayEdge/App.xaml.cs#L229
Cannot convert null literal to non-nullable reference type.
|
Build GoAwayEdge (Release):
GoAwayEdge/Common/Runtime/Weather.cs#L53
Dereference of a possibly null reference.
|
Build GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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 GoAwayEdge (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)
|
Loading