Skip to content

Add caching to selectors #24

Add caching to selectors

Add caching to selectors #24

Triggered via push August 29, 2024 17:15
Status Failure
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
format
Process completed with exit code 2.
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.UnitTest/Core/Extensions/ValueTaskTest.cs#L8
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L14
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L20
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L26
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L8
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L14
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L20
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L26
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
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/
format: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L8
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead.
format: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L14
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead.
format: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L20
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead.
format: src/Fluss.UnitTest/Core/Extensions/ValueTaskTest.cs#L26
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead.
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/