added fluent WithIdentityInsert() method in order to deactivate and reactivate Identity insert in an sql database. Added a test project using TestContainers #468
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/DbContextBulkExtensions.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/LambdaEqualityComparer.cs#L16
Nullability of reference types in type of parameter 'x' of 'bool LambdaEqualityComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/LambdaEqualityComparer.cs#L16
Nullability of reference types in type of parameter 'y' of 'bool LambdaEqualityComparer<T>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/LambdaEqualityComparer.cs#L34
Nullability of reference types in type of parameter 'x' of 'bool LambdaEqualityComparer<T, K>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/LambdaEqualityComparer.cs#L34
Nullability of reference types in type of parameter 'y' of 'bool LambdaEqualityComparer<T, K>.Equals(T x, T y)' doesn't match implicitly implemented member 'bool IEqualityComparer<T>.Equals(T? x, T? y)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/ObjectDataReader.cs#L135
Nullability of reference types in type of parameter 'buffer' of 'long ObjectDataReader.GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetBytes(int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/BulkSave/ObjectDataReader.cs#L148
Nullability of reference types in type of parameter 'buffer' of 'long ObjectDataReader.GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)' doesn't match implicitly implemented member 'long IDataRecord.GetChars(int i, long fieldoffset, char[]? buffer, int bufferoffset, int length)' (possibly because of nullability attributes).
|
Build:
src/Paillave.EntityFrameworkCoreExtension/Core/EfMatcher.cs#L24
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Build:
src/Paillave.EntityFrameworkCoreExtension/Core/MultiTenantDbContext.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Paillave.EntityFrameworkCoreExtension/Core/ReplacementVisitor.cs#L15
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading