Skip to content
Manually triggered October 12, 2024 09:08
Status Failure
Total duration 4m 5s
Artifacts

ci.yml

on: workflow_dispatch
Matrix: Integrate
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
Unsafe code may only appear if compiling with /unsafe
Integrate (Rebound/Rebound.csproj)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Integrate (Rebound/Rebound.csproj)
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Integrate (Rebound/Rebound.csproj)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.Web.WebView2
Integrate (Rebound/Rebound.csproj)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.WindowsAppSDK
Integrate (Rebound/Rebound.csproj): Rebound/App.xaml.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Integrate (Rebound/Rebound.csproj): Rebound/obj/Debug/net8.0-windows10.0.22621.0/UninstallationWindow.g.i.cs#L28
'UninstallationWindow.Title' hides inherited member 'WindowEx.Title'. Use the new keyword if hiding was intended.
Integrate (Rebound/Rebound.csproj): Rebound/obj/Debug/net8.0-windows10.0.22621.0/MainWindow.g.i.cs#L44
'MainWindow.Close' hides inherited member 'Window.Close()'. Use the new keyword if hiding was intended.
Integrate (Rebound/Rebound.csproj): Rebound/obj/Debug/net8.0-windows10.0.22621.0/InstallationWindow.g.i.cs#L40
'InstallationWindow.Title' hides inherited member 'WindowEx.Title'. Use the new keyword if hiding was intended.
Integrate (Rebound/Rebound.csproj): Rebound/RegionBlock.xaml.cs#L49
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.
Integrate (Rebound/Rebound.csproj): Rebound/Views/ShellPage.xaml.cs#L37
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.
Integrate (Rebound/Rebound.csproj): Rebound/Views/Rebound11Page.xaml.cs#L53
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.