Skip to content

Support Task/ValueTask for routes target #61

Support Task/ValueTask for routes target

Support Task/ValueTask for routes target #61

Triggered via pull request February 3, 2024 07:18
Status Success
Total duration 3m 30s
Artifacts

test.yaml

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

Annotations

13 warnings
test-dotnet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-dotnet: VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
test-dotnet: VitalRouter.Unity/Assets/VitalRouter.Tests/RouterTest.cs#L185
'CommandOrdering.FirstInFirstOut' is obsolete: 'Use CommandOrdering.Sequential instead.'
test-dotnet: VitalRouter.Unity/Assets/VitalRouter.Tests/RouterTest.cs#L82
Field 'TestCommand1.X' is never assigned to, and will always have its default value 0
test-dotnet
Field 'TaskPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.InterceptorFinder' is never assigned to, and will always have its default value null
test-dotnet
Field 'ErrorHandlingInterceptorPresenter2.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.Value' is never assigned to, and will always have its default value null
test-dotnet
Field 'ComplexInterceptorPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.Value' is never assigned to, and will always have its default value null
test-dotnet
Field 'SimpleAsyncWithCancellationTokenPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.InterceptorFinder' is never assigned to, and will always have its default value null
test-dotnet
Field 'ErrorHandlingInterceptorPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.Value' is never assigned to, and will always have its default value null
test-dotnet
Field 'SimpleCombinedPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.InterceptorFinder' is never assigned to, and will always have its default value null
test-dotnet: VitalRouter.Unity/Assets/VitalRouter.Tests/RouterTest.cs#L87
Field 'TestCommand2.X' is never assigned to, and will always have its default value 0
test-unity (2022.2.21f1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/