PocketBase integration made simple for .NET projects

csharp database dotnet orm pocketbase
4 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
good first issue area: core size: s

PocketBase integration made simple for .NET projects

C#
#csharp#database#dotnet#orm#pocketbase
Setup a deployment step about 1 month ago

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.

Complexity: 3/5
good first issue area: meta size: s

PocketBase integration made simple for .NET projects

C#
#csharp#database#dotnet#orm#pocketbase

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).

Complexity: 2/5
area: documentation good first issue size: xs

PocketBase integration made simple for .NET projects

C#
#csharp#database#dotnet#orm#pocketbase
Setup a devcontainer about 1 month ago

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.

Complexity: 3/5
good first issue area: meta size: xs

PocketBase integration made simple for .NET projects

C#
#csharp#database#dotnet#orm#pocketbase