This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Adjust/avoid AOT compatibility warnings/errors #536
Annotations
11 errors and 4 warnings
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementTriggerOfT.cs#L26
Member 'Avalonia.Xaml.Interactivity.StyledElementTrigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementBehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.StyledElementBehavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementBehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.StyledElementBehavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementTriggerOfT.cs#L26
Member 'Avalonia.Xaml.Interactivity.StyledElementTrigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/CallMethodAction.cs#L18
'CallMethodAction' does not implement inherited abstract member 'Action.Execute(object?, object?)'
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementTriggerOfT.cs#L26
Member 'Avalonia.Xaml.Interactivity.StyledElementTrigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementBehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.StyledElementBehavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementBehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.StyledElementBehavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/StyledElementTriggerOfT.cs#L26
Member 'Avalonia.Xaml.Interactivity.StyledElementTrigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.StyledElementBehavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/CallMethodAction.cs#L18
'CallMethodAction' does not implement inherited abstract member 'Action.Execute(object?, object?)'
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/CallMethodAction.cs#L96
'CallMethodAction.Execute(object?, object?)' hides inherited member 'Action.Execute(object?, object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/CallMethodAction.cs#L96
'CallMethodAction.Execute(object?, object?)' hides inherited member 'Action.Execute(object?, object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Loading