Don't trim the entire PInvoke class #171
Annotations
7 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading