Skip to content

Merge pull request #615 from Leo-Corporation/vNext #718

Merge pull request #615 from Leo-Corporation/vNext

Merge pull request #615 from Leo-Corporation/vNext #718

Triggered via push September 16, 2024 09:29
Status Success
Total duration 1m 46s
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/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/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
build: 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.
build: 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.
build: InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L42
Non-nullable property 'ElementName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L45
Non-nullable property 'InstanceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L48
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.