Bump Avalonia.Xaml.Behaviors from 0.10.19 to 11.0.1 #111
Annotations
10 errors and 10 warnings
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:
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/LinkZoneApp/LinkZoneManager/ViewLocator.cs#L9
'ViewLocator' does not implement interface member 'ITemplate<object?, Control?>.Build(object?)'. 'ViewLocator.Build(object)' cannot implement 'ITemplate<object?, Control?>.Build(object?)' because it does not have the matching return type of 'Control'.
|
build
The type 'MainWindow' already contains a definition for 'TitleBarHost'
|
build
The type 'MainWindow' already contains a definition for 'WindowIcon'
|
build
The type 'MainWindow' already contains a definition for 'NavView'
|
build
Type 'MainWindow' already defines a member called 'InitializeComponent' with the same parameter types
|
build
Type 'AboutPage' already defines a member called 'InitializeComponent' with the same parameter types
|
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).
|