Skip to content

Merge pull request #662 from Leo-Corporation/vNext #788

Merge pull request #662 from Leo-Corporation/vNext

Merge pull request #662 from Leo-Corporation/vNext #788

Triggered via push April 27, 2025 12:37
Status Success
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: InternetTest/InternetTest/Pages/RequestsPage.xaml.cs#L106
Dereference of a possibly null reference.
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/HistoryPage.xaml.cs#L237
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L116
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L97
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/Pages/HistoryPage.xaml.cs#L78
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.