Fix namespace in device backup #52
Annotations
10 warnings
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'devicePublicKey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'hostId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'identifier' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'systemBUID' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L51
Non-nullable field 'allValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Plist/BinaryFormatWriter.cs#L62
Converting null literal or possible null value to non-nullable type.
|
build:
Netimobiledevice/Plist/BinaryFormatWriter.cs#L72
Converting null literal or possible null value to non-nullable type.
|
build:
Netimobiledevice/Plist/BinaryFormatWriter.cs#L126
Converting null literal or possible null value to non-nullable type.
|
build:
Netimobiledevice/Plist/BinaryFormatWriter.cs#L132
Converting null literal or possible null value to non-nullable type.
|