Skip to content

Version 8.6.1.2409 #721

Version 8.6.1.2409

Version 8.6.1.2409 #721

Triggered via push September 20, 2024 12:20
Status Success
Total duration 2m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
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 adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Pages/HistoryPage.xaml.cs#L78
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/HistoryPage.xaml.cs#L116
Cannot convert null literal to non-nullable reference type.
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/Pages/HomePage.xaml.cs#L88
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: InternetTest/InternetTest/Pages/SettingsPage.xaml.cs#L45
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/MainWindow.xaml.cs#L146
Cannot convert null literal to non-nullable reference type.