Version 8.6.0.2409-rc1 #713
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
InternetTest/InternetTest/UserControls/HeaderItem.xaml.cs#L34
'HeaderItem.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|
InternetTest/InternetTest/Pages/FirstRun/ThemePage.xaml.cs#L40
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L78
Cannot convert null literal to non-nullable reference type.
|
InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L97
Cannot convert null literal to non-nullable reference type.
|
InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L116
Cannot convert null literal to non-nullable reference type.
|
InternetTest/InternetTest/Classes/AdapterInfo.cs#L88
Dereference of a possibly null reference.
|
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.
|
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L36
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L39
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading