Map endpoints builder #19
Annotations
1 error and 8 warnings
Run Integration Tests Server
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Unit Tests Client:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Build Client:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Build Client:
src/SSync.Client.LitebDB/Sync/SyncPullBuilder.cs#L55
Dereference of a possibly null reference.
|
Run Integration Tests 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.
|
Run Integration Tests 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.
|
Run Integration Tests 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.
|
Run Integration Tests 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.
|
Loading