Skip to content

Preserver COM Interop when trimming #169

Preserver COM Interop when trimming

Preserver COM Interop when trimming #169

Triggered via push November 28, 2023 02:38
Status Cancelled
Total duration 4m 38s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
build (Release, x64, net8.0-windows10.0.22621.0)
The run was canceled by @bagusnl.
build (Release, x64, net8.0-windows10.0.22621.0)
The operation was canceled.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/obj/x64/Release/net8.0-windows10.0.22621.0/win-x64/XAMLs/MainApp/MainPage.g.i.cs#L26
'MainPage.Background' hides inherited member 'Control.Background'. Use the new keyword if hiding was intended.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/Classes/InstallManagement/BaseClass/InstallManagerBase.cs#L561
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/Classes/InstallManagement/BaseClass/InstallManagerBase.cs#L620
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/obj/x64/Release/net8.0-windows10.0.22621.0/win-x64/XAMLs/MainApp/MainPage.g.i.cs#L26
'MainPage.Background' hides inherited member 'Control.Background'. Use the new keyword if hiding was intended.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/Classes/InstallManagement/BaseClass/InstallManagerBase.cs#L561
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/Classes/InstallManagement/BaseClass/InstallManagerBase.cs#L620
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/Classes/CoCreateInstance.cs#L150
P/invoke method 'CollapseLauncher.PInvoke.CoCreateInstance(Guid*, Object, CLSCTX, 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.
build (Release, x64, net8.0-windows10.0.22621.0): CollapseLauncher/TrimmerDescriptor.xml#L3
Could not resolve assembly 'CollapseLauncher.dll'.