Bart Koelman

Results 276 comments of Bart Koelman

Easiest would be to define a database view that contains all the joins, then map the view to a JSON:API resource class. Another approach is like the ReportsExample. Or you...

@abhishrutparihar Does this answer your question? Do you need this issue to remain open?

First of all: don't hijack this issue. This one is tracking to improve the error message, which is unrelated to *why* you are hitting this error. Create a new issue...

I took the liberty to merge in #1186, I hope you don't mind. However, I was surprised that _running the tests_ changed two swagger.g.json files on disk, _without_ any of...

`MarkManyToManyJoinEntityAsTracked` should probably accept `string navigationPropertyName` as well.

@ajcvickers I tried to use EF Core v7.0.0-preview.5.22302.2 today and noticed our tests failing, despite the `Microsoft.EntityFrameworkCore.Issue26779` switch turned on. On inspection, I found that the switch has been removed...

@ajcvickers Thank you so much for diving in and providing a solution! Based on your answer, I was able to extend it for composite keys in https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1176. This unblocks us...

Update: this is available in .NET 7 Preview 4: https://docs.microsoft.com/nl-nl/nuget/consume-packages/Central-Package-Management.

Well, this is still in preview. And not at all working very well. https://github.com/NuGet/Home/issues?q=is%3Aissue+is%3Aopen+central+package+management

Should include support for DateOnly and TimeOnly, which were added in .NET 6.