Skip to content

Version 8.9.0.2504 #785

Version 8.9.0.2504

Version 8.9.0.2504 #785

Triggered via push April 27, 2025 12:29
Status Success
Total duration 1m 48s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: InternetTest/InternetTest/UserControls/PageCard.xaml.cs#L51
Non-nullable event 'OnCardClick' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: InternetTest/InternetTest/UserControls/WiFiInfoItem.xaml.cs#L47
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/Classes/NetworkInfo.cs#L35
Non-nullable property 'InterfaceDescription' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/NetworkInfo.cs#L34
Non-nullable property 'ProfileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/NetworkInfo.cs#L32
Non-nullable property 'BssType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/NetworkInfo.cs#L30
Non-nullable property 'Ssid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/TracertStep.cs#L32
Non-nullable property 'Address' 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.