Merge pull request #662 from Leo-Corporation/vNext #789
Annotations
10 warnings
|
build:
InternetTest/InternetTest/Classes/Global.cs#L672
Dereference of a possibly null reference.
|
|
build:
InternetTest/InternetTest/Classes/Global.cs#L669
Converting null literal or possible null value to non-nullable type.
|
|
build:
InternetTest/InternetTest/Classes/Global.cs#L642
Possible null reference return.
|
|
build:
InternetTest/InternetTest/Pages/DnsPage.xaml.cs#L279
Dereference of a possibly null reference.
|
|
build:
InternetTest/InternetTest/Pages/DnsPage.xaml.cs#L277
Converting null literal or possible null value to non-nullable type.
|
|
build:
InternetTest/InternetTest/MainWindow.xaml.cs#L150
Cannot convert null literal to non-nullable reference type.
|
|
build:
InternetTest/InternetTest/MainWindow.xaml.cs#L147
Cannot convert null literal to non-nullable reference type.
|
|
build:
InternetTest/InternetTest/Pages/DownDetectorPage.xaml.cs#L132
Cannot convert null literal to non-nullable reference type.
|
|
build:
InternetTest/InternetTest/Classes/AdapterInfo.cs#L55
Non-nullable property 'IpVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
InternetTest/InternetTest/UserControls/HeaderItem.xaml.cs#L34
'HeaderItem.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|