Skip to content

Merge pull request #466 from paillave/Scheduler #239

Merge pull request #466 from paillave/Scheduler

Merge pull request #466 from paillave/Scheduler #239

Triggered via push July 7, 2023 10:07
Status Success
Total duration 55s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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