ExecuteInsertAsync #53
Annotations
10 warnings
build:
src/SV.Db.Analyzers/TypeSymbolHelper.cs#L59
Use 'SymbolEqualityComparer' when comparing symbols
|
build:
src/SV.Db.Analyzers/TypeSymbolHelper.cs#L70
Use 'SymbolEqualityComparer' when comparing symbols
|
build:
src/SV.Db.Analyzers/TypeSymbolHelper.cs#L81
Use 'SymbolEqualityComparer' when comparing symbols
|
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build
- Add lib or ref assemblies for the netstandard2.0 target framework
|
build:
src/SV.Db/CommandOfT/ExecuteQuery.cs#L39
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build:
src/SV.Db/ScalarRecordFactory.cs#L26
Nullability of reference types in return type of 'List<T?> ScalarRecordFactory<T>.ReadBuffed(DbDataReader reader, int estimateRow = 0)' doesn't match implicitly implemented member 'List<T> IRecordFactory<T>.ReadBuffed(DbDataReader reader, int estimateRow = 0)'.
|
build:
src/SV.Db/ScalarRecordFactory.cs#L52
Nullability of reference types in return type of 'IEnumerable<T?> ScalarRecordFactory<T>.ReadUnBuffed(DbDataReader reader)' doesn't match implicitly implemented member 'IEnumerable<T> IRecordFactory<T>.ReadUnBuffed(DbDataReader reader)'.
|
build:
src/SV.Db/ScalarRecordFactory.cs#L75
Nullability of reference types in return type of 'IAsyncEnumerable<T?> ScalarRecordFactory<T>.ReadUnBuffedAsync(DbDataReader reader, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'IAsyncEnumerable<T> IRecordFactory<T>.ReadUnBuffedAsync(DbDataReader reader, CancellationToken cancellationToken = default(CancellationToken))'.
|
build:
src/SV.Db/DictionaryRecord.cs#L91
Nullability of reference types in return type doesn't match overridden member.
|