Skip to content

Merge pull request #461 from paillave/develop #235

Merge pull request #461 from paillave/develop

Merge pull request #461 from paillave/develop #235

Triggered via push July 1, 2023 19:54
Status Success
Total duration 49s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/MigrationOperations/CustomMigrationsSqlGenerator.cs#L22
Nullability of type of parameter 'model' doesn't match overridden member (possibly because of nullability attributes).
build: src/Paillave.EntityFrameworkCoreExtension/Searcher/GroupingValue.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/Paillave.EntityFrameworkCoreExtension/Searcher/SearchMetadata.cs#L11
Cannot convert null literal to non-nullable reference type.