Merge pull request #76 from FixeQyt/patch-10 #153
build.yml
on: push
build-macos
1m 25s
build-linux-debian-arm64
1m 35s
build-linux-debian-x64
1m 27s
build-linux
1m 35s
Annotations
1 error and 29 warnings
build-linux
Artifact name is not valid: Linux (arm64/x64). Contains the following character: Forward slash /
Invalid characters include: Double quote ", Colon :, Less than <, Greater than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line feed \n, Backslash \, Forward slash /
These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
|
build-macos
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-macos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-linux-debian-x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-linux-debian-x64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-linux-debian-x64:
SkEditor/Utilities/HttpClientProgressExtensions.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build-linux-debian-x64:
SkEditor/Utilities/HttpClientProgressExtensions.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build-linux-debian-x64:
SkEditor/Views/Settings/Personalization/EditThemePage.axaml.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.
|
build-linux-debian-x64:
SkEditor/Views/Settings/GeneralPage.axaml.cs#L124
Unboxing a possibly null value.
|
build-linux-debian-x64:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L56
Cannot convert null literal to non-nullable reference type.
|
build-linux-debian-x64:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L83
Cannot convert null literal to non-nullable reference type.
|
build-linux-debian-x64:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L89
Unboxing a possibly null value.
|
build-linux-debian-x64:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L12
Cannot convert null literal to non-nullable reference type.
|
build-linux-debian-x64:
SkEditor/Views/Generators/Gui/GuiGenerator.axaml.cs#L125
Unboxing a possibly null value.
|
build-linux-debian-x64:
SkEditor/Utilities/Syntax/SyntaxLoader.cs#L95
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-linux-debian-arm64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-linux-debian-arm64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Debian-based operating systems (arm64)", "Debian-based operating systems (x64)", "SkEditorMac", "SkEditorMac-arm64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
build-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-linux:
SkEditor/Utilities/HttpClientProgressExtensions.cs#L10
Cannot convert null literal to non-nullable reference type.
|
build-linux:
SkEditor/Utilities/HttpClientProgressExtensions.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build-linux:
SkEditor/Views/Settings/Personalization/EditThemePage.axaml.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.
|
build-linux:
SkEditor/Views/Settings/GeneralPage.axaml.cs#L124
Unboxing a possibly null value.
|
build-linux:
SkEditor/Controls/MainMenuControl.axaml.cs#L74
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.
|
build-linux:
SkEditor/Controls/Docs/DocumentationControl.axaml.cs#L184
Cannot convert null literal to non-nullable reference type.
|
build-linux:
SkEditor/Utilities/AppConfig.cs#L59
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.
|
build-linux:
SkEditor/Utilities/CrashChecker.cs#L14
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.
|
build-linux:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L56
Cannot convert null literal to non-nullable reference type.
|
build-linux:
SkEditor/Views/Generators/Gui/ItemContextMenu.cs#L83
Cannot convert null literal to non-nullable reference type.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Debian-based operating systems (arm64)
Expired
|
19.5 MB |
|
Debian-based operating systems (x64)
Expired
|
21.6 MB |
|
SkEditorMac
Expired
|
30.1 MB |
|
SkEditorMac-arm64
Expired
|
28.7 MB |
|