Backport selected upstream reliability fixes to Classic - #13
Merged
Annotations
10 warnings
|
Build Windows solution:
src/UniGetUI.Avalonia/Infrastructure/WindowsAppNotificationBridge.cs#L451
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The field 'UniGetUI.Avalonia.Infrastructure.WindowsAppNotificationBridge._builderType' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows solution:
src/UniGetUI.Avalonia/Infrastructure/WindowsAppNotificationBridge.cs#L560
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String, BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows solution:
src/UniGetUI.Avalonia/Infrastructure/WindowsAppNotificationBridge.cs#L512
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethods(BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows solution:
src/UniGetUI.Avalonia/Infrastructure/WindowsAppNotificationBridge.cs#L506
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows solution:
src/UniGetUI.Avalonia/Infrastructure/WindowsAppNotificationBridge.cs#L520
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String, BindingFlags)'. The return value of method 'System.Object.GetType()' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Windows solution:
src/UniGetUI.Avalonia/ViewModels/DialogPages/ManageIgnoredUpdatesViewModel.cs#L14
The event 'ManageIgnoredUpdatesViewModel.CloseRequested' is never used
|
|
Build Windows solution:
src/UniGetUI.Avalonia/ViewModels/SoftwarePages/PackagesPageViewModel.cs#L192
The event 'PackagesPageViewModel.ShowingContextMenu' is never used
|
|
Build Windows solution:
src/UniGetUI.PackageEngine.Tests/ScoopProcessTests.cs#L43
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build Windows solution:
src/UniGetUI.PackageEngine.Tests/ScoopProcessTests.cs#L42
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build Windows solution:
src/UniGetUI.PackageEngine.Tests/ScoopProcessTests.cs#L24
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
background
wait
wait-all
cancel
parallel
Loading