Skip to content

Bump postcss from 8.4.19 to 8.4.31 in /documentation #247

Bump postcss from 8.4.19 to 8.4.31 in /documentation

Bump postcss from 8.4.19 to 8.4.31 in /documentation #247

Triggered via pull request October 7, 2023 09:45
Status Success
Total duration 55s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

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