Skip to content

Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /examples/MySqlDemo.DbMetadata #14

Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /examples/MySqlDemo.DbMetadata

Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /examples/MySqlDemo.DbMetadata #14

Status Success
Total duration 33s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/NReco.Data.Tests/DbDataAdapterTests.cs#L241
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/NReco.Data.Tests/DataReaderResultTests.cs#L32
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead.
build: src/NReco.Data.Tests/QueryTests.cs#L15
The literal or constant value "name" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L16
The literal or constant value ListSortDirection.Ascending should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L19
The literal or constant value "email" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L20
The literal or constant value ListSortDirection.Descending should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L23
The literal or constant value "email" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L24
The literal or constant value ListSortDirection.Descending should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L27
The literal or constant value "email" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data.Tests/QueryTests.cs#L28
The literal or constant value ListSortDirection.Descending should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'QSort' on type 'QueryTests'. Swap the parameter values.
build: src/NReco.Data/RecordSet.cs#L536
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
build: src/NReco.Data/RecordSet.cs#L540
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build: src/NReco.Data/Query/QConst.cs#L23
'QConst' defines operator == or operator != but does not override Object.Equals(object o)
build: src/NReco.Data/Query/QConst.cs#L23
'QConst' defines operator == or operator != but does not override Object.GetHashCode()
build: src/NReco.Data/Query/QField.cs#L23
'QField' defines operator == or operator != but does not override Object.Equals(object o)
build: src/NReco.Data/Query/QField.cs#L23
'QField' defines operator == or operator != but does not override Object.GetHashCode()
build: src/NReco.Data/DbBatchCommandBuilder.cs#L39
Missing XML comment for publicly visible type or member 'DbBatchCommandBuilder.DbBatchCommandBuilder(IDbFactory)'
build: src/NReco.Data/DbBatchCommandBuilder.cs#L43
Missing XML comment for publicly visible type or member 'DbBatchCommandBuilder.BeginBatch()'
build: src/NReco.Data/DbBatchCommandBuilder.cs#L47
Missing XML comment for publicly visible type or member 'DbBatchCommandBuilder.EndBatch()'
build: src/NReco.Data/DbBatchCommandBuilder.cs#L55
Missing XML comment for publicly visible type or member 'DbBatchCommandBuilder.GetCommand()'