Open Issues Need Help
View All on GitHubAI Summary: Refactor the `PocketBaseHttpClientWrapper`'s `SendGet` method to accept a `Query<TRecord>` object instead of multiple individual parameters for making requests. This involves creating a method to build query parameters from the `Query` object and removing the existing parameters from `SendGet`. The goal is to simplify the API and make it more maintainable.
PocketBase integration made simple for .NET projects
AI Summary: The task is to set up a manual Continuous Delivery (CD) pipeline to deploy the PocketBase.Net NuGet package. This involves creating either a script or a GitHub Actions workflow that triggers a deployment only when manually initiated.
PocketBase integration made simple for .NET projects
AI Summary: Document the `RecordOperationBehavior` enum in the PocketBase.Net project's README. This involves creating a markdown code block explaining the different behavior options and their effects on record operations (create, update, delete).
PocketBase integration made simple for .NET projects
AI Summary: Create a VS Code DevContainer configuration for the PocketBase.Net project to ensure a consistent development environment across different setups. This involves defining a Dockerfile and a devcontainer.json file specifying the necessary dependencies and settings for building and running the project.
PocketBase integration made simple for .NET projects