Merge pull request #46 from exendahal/develop #19
Annotations
10 warnings
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L504
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L504
Nullability of type of parameter 'intent' doesn't match overridden member (possibly because of nullability attributes).
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L458
Non-nullable property 'NetworkAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L458
Non-nullable property 'NetworkUnavailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L458
Non-nullable property 'OnNetworkCapabilitiesChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L461
Non-nullable property 'NetworkAvailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L461
Non-nullable property 'NetworkUnavailable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L461
Non-nullable property 'OnNetworkCapabilitiesChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L160
Converting null literal or possible null value to non-nullable type.
|
Build Demo App DemoApp.csproj:
src/MAUIWifiManager/WifiNetworkService.android.cs#L168
Converting null literal or possible null value to non-nullable type.
|
Loading