Bart Koelman

Results 11 issues of Bart Koelman

In response to [here](https://github.com/zspitz/ExpressionTreeVisualizer/issues/125#issuecomment-880093908). Thanks, v1.7.115 fixes the exception. It's a bit hard to repro this because we dynamically build expressions. I've tried to create a repro using LINQ code,...

bug

I've used this visualizer a lot in the past on .NET Core 3.1 and EF Core 3.x. But today I found that when using .NET 5, binary serialization is disabled...

bug

After updating to the latest FA, I found that our custom extension method conflicts with the one added in v6.4.0 [here](https://github.com/fluentassertions/fluentassertions/pull/1737). The difference is that ours dumps the request body...

enhancement
future

## File a bug After updating EF Core from v6.0.1 to v6.0.2, two of our tests start failing. This looks like a regression in the change tracker, which no longer...

customer-reported
area-change-tracking
consider-for-next-release

We currently store the version of dependent NuGet packages centrally in `Directory.Build.props` using placeholder variables. This works, but when updating a package reference, the placeholder gets replaced with a hardcoded...

enhancement
consider-for-future-release

This PR adds opt-in support for idempotent requests in JsonApiDotNetCore, as defined by [IETF](https://tools.ietf.org/id/draft-idempotency-header-01.html). In a microservices world, where at-least-once delivery is common practice, APIs must be able to handle...

needs-investigation

This PR revisits the topic of supporting optimistic concurrency in JsonApiDotNetCore. An earlier design was proposed in #1004 and partially implemented in #917. ## What is it? When multiple clients...

needs-investigation
waiting-for-response

# Symptons When using certain kinds of relationships in combination with both top-level and nested paging, EF Core produces an invalid SQL statement. This bug in EF Core is tracked...

This RFC describes design considerations for enabling end-to-end optimistic concurrency in JsonApiDotNetCore. The topic was discussed at https://github.com/json-api/json-api/issues/600 and https://github.com/json-api/json-api/pull/824 in an effort to add this to the JSON:API spec,...

enhancement

#### DESCRIPTION When trying to delete a resource that has an incoming optional one-to-one relationship, the operation may fail using EF Core default mapping conventions when such a related record...

enhancement