[mruby ] Improve exception handlers #289
Annotations
11 warnings
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/
|
Run dotnet build -c Debug:
src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
|
Run dotnet build -c Debug:
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build -c Debug:
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
|
Run dotnet build -c Debug:
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).
|
Run dotnet build -c Debug:
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).
|
Run dotnet build -c Debug:
src/VitalRouter.SourceGenerator/Shims/CSharpSyntaxHelper.cs#L59
Possible null reference argument for parameter 'item' in 'void ValueListBuilder<SyntaxNode>.Append(SyntaxNode item)'.
|
Run dotnet build -c Debug:
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L57
Converting null literal or possible null value to non-nullable type.
|
Run dotnet build -c Debug:
src/VitalRouter.Unity/Assets/VitalRouter/Runtime/Router.cs#L76
Unboxing a possibly null value.
|
Run dotnet build -c Debug:
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).
|
Run dotnet build -c Debug:
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).
|
Loading