Skip to content

Bump Avalonia.Xaml.Behaviors from 0.10.19 to 11.0.5 #130

Bump Avalonia.Xaml.Behaviors from 0.10.19 to 11.0.5

Bump Avalonia.Xaml.Behaviors from 0.10.19 to 11.0.5 #130

Triggered via pull request November 20, 2023 21:38
Status Failure
Total duration 2m 23s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build
Type 'AboutPage' already defines a member called 'InitializeComponent' with the same parameter types
build
Type 'BatteryLevelIconControl' already defines a member called 'InitializeComponent' with the same parameter types
build
The type 'BatteryLevelIconControl' already contains a definition for 'BatteryIconViewBox'
build
The type 'BatteryLevelIconControl' already contains a definition for 'BatteryIconPath'
build
Type 'SignalStrengthIconControl' already defines a member called 'InitializeComponent' with the same parameter types
build
The type 'SignalStrengthIconControl' already contains a definition for 'BatteryIconViewBox'
build
The type 'SignalStrengthIconControl' already contains a definition for 'SignalStrengthIconPath'
build
Type 'HomePage' already defines a member called 'InitializeComponent' with the same parameter types
build
Type 'UssdPage' already defines a member called 'InitializeComponent' with the same parameter types
build: src/LinkZoneApp/LinkZoneManager/ViewLocator.cs#L12
The type or namespace name 'IControl' could not be found (are you missing a using directive or an assembly reference?)
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/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).