This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Update Directory.Build.props #509
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Release:
src/Avalonia.Xaml.Interactivity/TriggerOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.Trigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.Behavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/BehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.Behavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.Behavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/TriggerOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.Trigger<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.Behavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactivity/BehaviorOfT.cs#L25
Member 'Avalonia.Xaml.Interactivity.Behavior<T>.OnAttached()' with 'RequiresUnreferencedCodeAttribute' overrides base member 'Avalonia.Xaml.Interactivity.Behavior.OnAttached()' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommandOnActivatedBehavior.cs#L38
Possible null reference argument for parameter 'target' in 'IObservable<EventPattern<object>> Observable.FromEventPattern(object target, string eventName)'.
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommandOnActivatedBehavior.cs#L15
Missing XML comment for publicly visible type or member 'ExecuteCommandOnActivatedBehavior.CommandProperty'
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/CallMethodAction.cs#L112
Member 'Avalonia.Xaml.Interactions.Core.CallMethodAction.Execute(Object, Object)' with 'RequiresUnreferencedCodeAttribute' implements interface member 'Avalonia.Xaml.Interactivity.IAction.Execute(Object, Object)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/EventTriggerBehavior.cs#L57
Using member 'Avalonia.Xaml.Interactions.Core.EventTriggerBehavior.EventNameChanged(AvaloniaPropertyChangedEventArgs<String>)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming.
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/EventTriggerBehavior.cs#L125
Using member 'Avalonia.Xaml.Interactions.Core.EventTriggerBehavior.UnregisterEvent(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming.
|
Build Release:
src/Avalonia.Xaml.Interactions/Core/EventTriggerBehavior.cs#L132
Using member 'Avalonia.Xaml.Interactions.Core.EventTriggerBehavior.RegisterEvent(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. This functionality is not compatible with trimming.
|
Loading