Update xunit-dotnet monorepo #109
Annotations
3 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@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
KustoQueryBuilder.UnitTests/QueryTests.cs#L6
Null should not be used for type parameter 'tableName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
build:
KustoQueryBuilder.UnitTests/QueryTests.cs#L6
Null should not be used for type parameter 'tableName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|