Created integration test to handlers pull and push #18
build_and_test.yaml
on: pull_request
Build and Tests SSync Client and Server
52s
Annotations
8 warnings
Build and Tests SSync Client and Server
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build and Tests SSync Client and Server:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Build and Tests SSync Client and Server:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Build and Tests SSync Client and Server:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Build and Tests SSync Client and Server:
test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L79
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Tests SSync Client and Server:
test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L79
Non-nullable property 'DbContext' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Tests SSync Client and Server:
test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L15
Non-nullable property 'App' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Tests SSync Client and Server:
test/SSync.Server.LitebDB.Integration.Tests/MockServerApp/IntegrationFixture.cs#L15
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|