Release #16
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
|
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
|
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
|
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
|
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
|
tests/VitalRouter.Extensions.DependencyInjection.Tests/ServiceCollectionExtensionsTest.cs#L162
Parameter 'dependencyB' is unread.
|
tests/VitalRouter.Extensions.DependencyInjection.Tests/ServiceCollectionExtensionsTest.cs#L138
Parameter 'dependency' is unread.
|
tests/VitalRouter.Extensions.DependencyInjection.Tests/ServiceCollectionExtensionsTest.cs#L127
Parameter 'dependency' is unread.
|
|
src/VitalRouter.Unity/Assets/VitalRouter.Tests/RouterTest.cs#L185
'CommandOrdering.FirstInFirstOut' is obsolete: 'Use CommandOrdering.Sequential instead.'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading