Open Issues Need Help
View All on GitHub Truncate branch name when used in version about 2 months ago
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
Incorrect separator in SparseFieldSetExpression.ToFullString about 2 months ago
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