Update Integer node to use ulongs #38
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'devicePublicKey' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'hostId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'identifier' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'service' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'systemBUID' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/LockdownClient.cs#L48
Non-nullable field 'allValues' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Netimobiledevice/Lockdown/Services/Mobilebackup2Service.cs#L70
Dereference of a possibly null reference.
|
build:
Netimobiledevice/Lockdown/Services/Mobilebackup2Service.cs#L71
Converting null literal or possible null value to non-nullable type.
|
build:
Netimobiledevice/Lockdown/Services/Mobilebackup2Service.cs#L72
Converting null literal or possible null value to non-nullable type.
|
build:
Netimobiledevice/Plist/BinaryFormatWriter.cs#L62
Converting null literal or possible null value to non-nullable type.
|