Skip to content

Merge pull request #391 from paillave/dependabot/npm_and_yarn/documen… #197

Merge pull request #391 from paillave/dependabot/npm_and_yarn/documen…

Merge pull request #391 from paillave/dependabot/npm_and_yarn/documen… #197

Triggered via push May 11, 2023 08:49
Status Success
Total duration 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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#L20
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.