Closed
Description
Describe the bug
I cannot implement online operations from the client after following the documentation. More specifically, I cannot create a DatasyncServiceClient since its access modifier is marked as internal.
To Reproduce
Steps to reproduce the behavior:
- Go to the documentation to implement online operations.
- Follow the steps
Creating a Http Client Factory
andCreate a Datasync Service Client
- See the error as shown in the image below.
Expected behavior
The DatasyncServiceClient class should be able to be instantiated. If this should not be the case, ammend the documentation in order to provide clear guidance regarding the implementation of online operations.
What platforms?
-
Server:
- .NET 8
- CommunityToolkit.Datasync.Server --version 8.0.0
- CommunityToolkit.Datasync.Server.EntityFrameworkCore --version 8.0.0
- MS SQL
- Windows (Local)
-
Client:
- Windows
- Local device
- .NET 8
- MAUI
- CommunityToolkit.Datasync.Client --version 8.0.0
Screenshots
Additional context
N/A