Skip to content

Merge pull request #99 from hadashiA/ku/fix-unitask-dependency #315

Merge pull request #99 from hadashiA/ku/fix-unitask-dependency

Merge pull request #99 from hadashiA/ku/fix-unitask-dependency #315

Triggered via push October 28, 2024 02:26
Status Success
Total duration 3m 40s
Artifacts

test.yaml

on: push
test-dotnet
36s
test-dotnet
Matrix: test-unity
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
test-unity (2022.2.21f1)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test-dotnet
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/
test-dotnet: src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L208
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.ExecutionContextCallback(object state)' doesn't match the target delegate 'ContextCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L209
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.SynchronizationContextCallback(object state)' doesn't match the target delegate 'SendOrPostCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L208
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.ExecutionContextCallback(object state)' doesn't match the target delegate 'ContextCallback' (possibly because of nullability attributes).
test-dotnet: src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Internal/WhenAllUtility.cs#L209
Nullability of reference types in type of parameter 'state' of 'void WhenAllPromiseAll.SynchronizationContextCallback(object state)' doesn't match the target delegate 'SendOrPostCallback' (possibly because of nullability attributes).
test-unity (2022.2.21f1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test-unity (2022.2.21f1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/