Skip to content

Bump ReactiveUI.Fody from 19.2.1 to 19.4.1 #109

Bump ReactiveUI.Fody from 19.2.1 to 19.4.1

Bump ReactiveUI.Fody from 19.2.1 to 19.4.1 #109

Triggered via pull request July 17, 2023 21:34
Status Success
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.