Updating vulnerable packages (#128) #28
Annotations
5 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
test/EdjCase.JsonRpc.Router.Tests/ParserTests.cs#L18
Null should not be used for type parameter 'availableRouteName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
build:
test/EdjCase.JsonRpc.Router.Tests/ParserTests.cs#L44
Null should not be used for type parameter 'expected' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
build:
test/EdjCase.JsonRpc.Router.Tests/ParserTests.cs#L18
Null should not be used for type parameter 'availableRouteName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
build:
test/EdjCase.JsonRpc.Router.Tests/ParserTests.cs#L44
Null should not be used for type parameter 'expected' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|