Bump RestSharp from 112.0.0 to 112.1.0 in /InternetTest #725
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/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/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/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#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#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/UserControls/WiFiInfoItem.xaml.cs#L47
Cannot convert null literal to non-nullable reference type.
|
build:
InternetTest/InternetTest/UserControls/WiFiInfoItem.xaml.cs#L115
Dereference of a possibly null reference.
|
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.
|