Skip to content

Version 8.5.1.2408 #698

Version 8.5.1.2408

Version 8.5.1.2408 #698

Triggered via push August 5, 2024 10:54
Status Success
Total duration 1m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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/
build: InternetTest/InternetTest/UserControls/HeaderItem.xaml.cs#L34
'HeaderItem.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
build: InternetTest/InternetTest/Classes/AdapterInfo.cs#L88
Dereference of a possibly null reference.
build: InternetTest/InternetTest/Classes/AdapterInfo.cs#L55
Non-nullable property 'IpVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: InternetTest/InternetTest/MainWindow.xaml.cs#L146
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/MainWindow.xaml.cs#L149
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Classes/TracertStep.cs#L32
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: InternetTest/InternetTest/Pages/FirstRun/ThemePage.xaml.cs#L40
Non-nullable field 'ThemeSelectedBorder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: InternetTest/InternetTest/Pages/FirstRun/ThemePage.xaml.cs#L62
Cannot convert null literal to non-nullable reference type.
build: InternetTest/InternetTest/Classes/NetworkInfo.cs#L30
Non-nullable property 'Ssid' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.