Merge pull request #79 from hadashiA/no-std-io #231
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.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.Tests/RouterTest.cs#L100
Field 'TestCommand2.Id' is never assigned to, and will always have its default value null
|
test-dotnet
Field 'TaskPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.InterceptorFinder' is never assigned to, and will always have its default value null
|
test-dotnet
Field 'PerMethodOrderingPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.Value' is never assigned to, and will always have its default value null
|
test-dotnet
Field 'SwitchOrderingPresenter.VitalRouterGeneratedAsyncSubscriber.MethodTable<T>.Value' is never assigned to, and will always have its default value null
|
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/
|