Skip to content

Adding Singleton Lifetime Scope #1423

Adding Singleton Lifetime Scope

Adding Singleton Lifetime Scope #1423

Triggered via pull request January 6, 2025 08:04
Status Failure
Total duration 1m 6s
Artifacts

test.yaml

on: pull_request
test-dotnet
18s
test-dotnet
Matrix: test-unity
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 25 warnings
test-unity (2019.3.15f1, Default)
The process '/usr/bin/docker' failed with exit code 1
test-unity (2019.3.15f1, UniTask)
The process '/usr/bin/docker' failed with exit code 1
test-unity (2019.4.25f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2019.4.25f1, Default)
The process '/usr/bin/docker' failed with exit code 1
test-unity (2019.4.25f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2019.4.25f1, UniTask)
The operation was canceled.
test-unity (2020.3.5f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2020.3.5f1, Default)
The operation was canceled.
test-unity (2021.1.4f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, UniTask)
The operation was canceled.
test-unity (2021.1.4f1, Default)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, Default)
The operation was canceled.
test-unity (2020.3.5f1, UniTask)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2020.3.5f1, UniTask)
The operation was canceled.
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
The job was canceled because "_2019_3_15f1_Default" failed.
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
The operation was canceled.
test-unity (2019.4.25f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2019.4.25f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2019.3.15f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2019.3.15f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2020.3.5f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2020.3.5f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2021.1.4f1, UniTask)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2021.1.4f1, ECS, UNITY_LICENSE_2021_1)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-unity (2021.1.4f1, Default)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
test-dotnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-dotnet: VContainer.SourceGenerator/CodeWriter.cs#L31
Possible null reference argument for parameter 'value' in 'void CodeWriter.AppendLine(string value = "")'.
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L20
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L43
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L51
The diagnostic title should not contain a period, nor any line return character, nor any leading or trailing whitespaces
test-dotnet: VContainer.SourceGenerator/DiagnosticDescriptors.cs#L44
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
test-unity (2019.3.15f1, Default)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-unity (2019.3.15f1, Default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-unity (2019.3.15f1, UniTask)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-unity (2019.3.15f1, UniTask)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
test-unity (2019.4.25f1, Default)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/