Merge pull request #617 from bovirus/main #720
Annotations
11 warnings
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 App:
InternetTest/InternetTest/UserControls/HeaderItem.xaml.cs#L34
'HeaderItem.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|
Build App:
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L77
Possible null reference return.
|
Build App:
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 App:
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 App:
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 App:
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 App:
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.
|
Build App:
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L54
Non-nullable property 'Entry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build App:
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L57
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build App:
InternetTest/InternetTest/Classes/DnsCacheInfo.cs#L72
Non-nullable property 'PsComputerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading