Updating nuget packages to latest (#126) #26
Annotations
5 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@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading