Add x64 runtime condition to CI #3
Annotations
1 error and 11 warnings
Integrate (Rebound/Rebound.csproj)
Process completed with exit code 1.
|
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):
Rebound/obj/Release/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/obj/Release/net8.0-windows10.0.22621.0/ControlPanelWindow.g.i.cs#L34
'ControlPanelWindow.Close' hides inherited member 'Window.Close()'. Use the new keyword if hiding was intended.
|
Integrate (Rebound/Rebound.csproj):
Rebound/obj/Release/net8.0-windows10.0.22621.0/MainWindow.g.i.cs#L50
'MainWindow.Close' hides inherited member 'Window.Close()'. Use the new keyword if hiding was intended.
|
Integrate (Rebound/Rebound.csproj):
Rebound/obj/Release/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/InstallationWindow.xaml.cs#L546
The variable 'ex' is declared but never used
|
Integrate (Rebound/Rebound.csproj):
Rebound/MainWindow.xaml.cs#L1005
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/Rebound/Pages/Rebound11Page.xaml.cs#L52
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.
|
Integrate (Rebound/Rebound.csproj):
Rebound/RegionBlock.xaml.cs#L40
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/Rebound/Pages/Rebound11Page.xaml.cs#L152
The variable 'ex' is declared but never used
|
Integrate (Rebound/Rebound.csproj):
Rebound/Rebound/Pages/ControlPanel/AppearanceAndPersonalization.xaml.cs#L42
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.
|