Removed AUMID test #14
Annotations
10 warnings
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/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 GoAwayEdge (Release):
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 GoAwayEdge (Release):
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.
|
Loading