Skip to content

Add GPU-less Avalonia rendering fallback #2408

Add GPU-less Avalonia rendering fallback

Add GPU-less Avalonia rendering fallback #2408

Triggered via pull request June 30, 2026 12:22
Status Success
Total duration 10m 2s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test-codebase: src/UniGetUI.Avalonia/Infrastructure/AppShortcutAumidStamper.cs#L73
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'System.Type.GetTypeFromCLSID(Guid)' 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.
test-codebase: src/UniGetUI.Avalonia/Infrastructure/WindowsAvaloniaRenderingPolicy.cs#L63
P/invoke method 'UniGetUI.Avalonia.Infrastructure.WindowsAvaloniaRenderingPolicy.CreateDXGIFactory1(ref Guid, out Object)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
test-codebase: src/UniGetUI.Avalonia/ViewModels/DialogPages/ManageIgnoredUpdatesViewModel.cs#L14
The event 'ManageIgnoredUpdatesViewModel.CloseRequested' is never used
test-codebase: src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs#L119
Member 'CancelAllOperations' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
test-codebase: src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs#L116
Member 'ClearFinishedOperations' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
test-codebase: src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs#L113
Member 'ClearSuccessfulOperations' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
test-codebase: src/UniGetUI.Avalonia/ViewModels/MainWindowViewModel.cs#L110
Member 'RetryFailedOperations' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
test-codebase: src/UniGetUI.Avalonia/Infrastructure/AppShortcutAumidStamper.cs#L73
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor' in call to 'System.Activator.CreateInstance(Type)'. The return value of method 'System.Type.GetTypeFromCLSID(Guid)' 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.
test-codebase: src/UniGetUI.Avalonia/Infrastructure/WindowsAvaloniaRenderingPolicy.cs#L63
P/invoke method 'UniGetUI.Avalonia.Infrastructure.WindowsAvaloniaRenderingPolicy.CreateDXGIFactory1(ref Guid, out Object)' declares a parameter with COM marshalling. Correctness of COM interop cannot be guaranteed after trimming. Interfaces and interface members might be removed.
test-codebase: src/UniGetUI.Avalonia/ViewModels/DialogPages/ManageIgnoredUpdatesViewModel.cs#L14
The event 'ManageIgnoredUpdatesViewModel.CloseRequested' is never used