Merge pull request #32 from GewoonJaap/feature/build-script #2
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.
|