Skip to content

[mruby ] Improve exception handlers #289

[mruby ] Improve exception handlers

[mruby ] Improve exception handlers #289

Triggered via pull request October 18, 2024 09:56
Status Success
Total duration 3m 51s
Artifacts

test.yaml

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

Annotations

13 warnings
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/