Introduce selectors #26
Annotations
7 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Fluss/UnitOfWork/UnitOfWorkRecordingProxy.cs#L26
Nullability of reference types in type of parameter 'key' of 'ValueTask<IReadModel> UnitOfWorkRecordingProxy.GetReadModel(Type tReadModel, object key, long? at = null)' doesn't match implicitly implemented member 'ValueTask<IReadModel> IUnitOfWork.GetReadModel(Type tReadModel, object? key, long? at = null)' (possibly because of nullability attributes).
|
build:
src/Fluss/UnitOfWork/UnitOfWorkRecordingProxy.cs#L26
Nullability of reference types in type of parameter 'key' of 'ValueTask<IReadModel> UnitOfWorkRecordingProxy.GetReadModel(Type tReadModel, object key, long? at = null)' doesn't match implicitly implemented member 'ValueTask<IReadModel> IUnitOfWork.GetReadModel(Type tReadModel, object? key, long? at = null)' (possibly because of nullability attributes).
|
build:
src/Fluss/UnitOfWork/UnitOfWorkRecordingProxy.cs#L26
Nullability of reference types in type of parameter 'key' of 'ValueTask<IReadModel> UnitOfWorkRecordingProxy.GetReadModel(Type tReadModel, object key, long? at = null)' doesn't match implicitly implemented member 'ValueTask<IReadModel> IUnitOfWork.GetReadModel(Type tReadModel, object? key, long? at = null)' (possibly because of nullability attributes).
|
build:
src/Fluss/UnitOfWork/UnitOfWorkRecordingProxy.cs#L26
Nullability of reference types in type of parameter 'key' of 'ValueTask<IReadModel> UnitOfWorkRecordingProxy.GetReadModel(Type tReadModel, object key, long? at = null)' doesn't match implicitly implemented member 'ValueTask<IReadModel> IUnitOfWork.GetReadModel(Type tReadModel, object? key, long? at = null)' (possibly because of nullability attributes).
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|