Bump ReactiveUI.Fody from 19.2.1 to 19.4.1 #109
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/LinkZoneSdk/FluentInterfaces/Connection.cs#L26
Nullability of reference types in value of type 'Result<ConnectionState?>' doesn't match target type 'Result<ConnectionState>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/Network.cs#L27
Nullability of reference types in value of type 'Result<NetworkSettings?>' doesn't match target type 'Result<NetworkSettings>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/System.cs#L26
Nullability of reference types in value of type 'Result<Dictionary<string, object>?>' doesn't match target type 'Result<Dictionary<string, object>>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/System.cs#L47
Nullability of reference types in value of type 'Result<SystemStatus?>' doesn't match target type 'Result<SystemStatus>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L37
Nullability of reference types in value of type 'Result<LoginToken?>' doesn't match target type 'Result<LoginToken>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L40
Dereference of a possibly null reference.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L78
Nullability of reference types in value of type 'Result<LoginStateInfo?>' doesn't match target type 'Result<LoginStateInfo>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L121
Dereference of a possibly null reference.
|
build:
src/LinkZoneSdk/FluentInterfaces/Ussd.cs#L51
Nullability of reference types in value of type 'Result<UssdResultData?>' doesn't match target type 'Result<UssdResultData>'.
|
build:
src/LinkZoneApp/LinkZoneManager/ViewModels/UssdViewModel.cs#L17
Non-nullable property 'UssdResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|