Skip to content

Merge pull request #32 from GewoonJaap/feature/build-script #2

Merge pull request #32 from GewoonJaap/feature/build-script

Merge pull request #32 from GewoonJaap/feature/build-script #2

Triggered via push October 12, 2024 09:22
Status Success
Total duration 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: ConsoleApp/Program.cs#L139
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.
build: ConsoleApp/Program.cs#L153
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.
build: ConsoleApp/Program.cs#L122
This call site is reachable on all platforms. 'EasyModeMixin.CreateShortcutForThisExe(IAppTools, ShortcutLocation)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L90
This call site is reachable on all platforms. 'SquirrelAwareApp.HandleEvents(SquirrelHook, SquirrelHook, SquirrelHook, SquirrelHook, SquirrelRunHook, string[])' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L127
This call site is reachable on all platforms. 'EasyModeMixin.RemoveShortcutForThisExe(IAppTools, ShortcutLocation)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L139
This call site is reachable on all platforms. 'UpdateManager.RestartAppWhenExited(string, string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L133
This call site is reachable on all platforms. 'EasyModeMixin.UpdateApp(IUpdateManager, Action<int>)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L132
This call site is reachable on all platforms. 'UpdateManager' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: ConsoleApp/Program.cs#L139
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.
build: ConsoleApp/Program.cs#L153
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.