A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.

aspnet dotnet ef-core json-api jsonapi-server rest-api web-api
2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue help wanted

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.

C#
#aspnet#dotnet#ef-core#json-api#jsonapi-server#rest-api#web-api

AI Summary: The `ToFullString` method in `SparseFieldSetExpression.cs` incorrectly uses a period (`.`) as a separator for joining fields; it should use a comma (`,`) instead. The issue also suggests an optimization to use the `char` overload for `string.Join` for performance, which could be applied in other parts of the codebase.

Complexity: 1/5
bug good first issue

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.

C#
#aspnet#dotnet#ef-core#json-api#jsonapi-server#rest-api#web-api