Skip to content

Updated Readme

Updated Readme #12

Triggered via pull request August 23, 2023 15:51
@AxemastaAxemasta
opened #2
readme
Status Success
Total duration 4m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: 5monkeys/cobertura-action@v13. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test: src/Moq.INavigationService/ExpressionExtension.cs#L14
Converting null literal or possible null value to non-nullable type.
test: src/Moq.INavigationService/VerifyNavigationExpression.cs#L36
Cannot convert null literal to non-nullable reference type.
test: src/Moq.INavigationService/VerifyNavigationExpression.cs#L37
Cannot convert null literal to non-nullable reference type.
test: src/Moq.INavigationService/VerifyNavigationExpression.cs#L38
Cannot convert null literal to non-nullable reference type.
test: src/Moq.INavigationService/ExpressionInspector.cs#L29
Possible null reference return.
test: src/Moq.INavigationService/VerifyNavigationExpressionArgs.cs#L145
Dereference of a possibly null reference.
test: src/Moq.INavigationService/VerifyNavigationExpressionArgs.cs#L149
Dereference of a possibly null reference.
test: src/Moq.INavigationService/VerifyNavigationExpressionArgs.cs#L159
Possible null reference argument for parameter 'body' in 'LambdaExpression Expression.Lambda(Expression body, params ParameterExpression[]? parameters)'.
test: src/Moq.INavigationService/VerifyNavigationExtensions.cs#L103
Null check can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0270)
test: src/Moq.INavigationService/VerifyNavigationExpressionArgs.cs#L82
Null check can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0270)