Bump System.Data.SqlClient in /examples/MySqlDemo.DbMetadata (#74) #16
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/DbDataAdapterTests.cs#L110
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/DbDataAdapterTests.cs#L122
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/DbCommandBuilderTests.cs#L160
The literal or constant value 4 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'BuildCommands' on type 'DbCommandBuilderTests'. Swap the parameter values.
|
build:
src/NReco.Data.Tests/DbCommandBuilderTests.cs#L167
The literal or constant value 5 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'BuildCommands' on type 'DbCommandBuilderTests'. Swap the parameter values.
|
build:
src/NReco.Data.Tests/DbCommandBuilderTests.cs#L183
The literal or constant value 1 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'BuildCommands' on type 'DbCommandBuilderTests'. Swap the parameter values.
|
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/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()'
|