Bart Koelman
Bart Koelman
Just out of curiosity, what would this integration provide? Would it include load-balancing over multiple servers when specified in the OAS document? Today, it always picks the first entry (and...
I've just updated to v1.14, which changes the return type to `Task`. Can you confirm this was fixed as intended?
I was wrong about this, the bug is still there. But the situation got worse than before. My OAS looks like this for the HEAD request: ```json "responses": { "200":...
Not anytime soon, I'm pretty occupied with other work at the moment.
Entity Framework faced the same problem for running migrations. How they solved that is to start your app, but first subscribe to runtime-level events. The event handler terminates the app...
@ajcvickers @roji I've created this issue in response to https://github.com/dotnet/efcore/issues/30306#issuecomment-1597604647.
@ajcvickers You're absolutely right. In EF7, `LoadAsync()` executes: ```sql Executed DbCommand (1ms) [Parameters=[@__p_0='0'], CommandType='Text', CommandTimeout='30'] SELECT "o"."Id", "o"."Amount" FROM "Orders" AS "o" WHERE "o"."Id" = @__p_0 ``` And I agree...
@kevinchalet I'm aware of that. However, this issue does not concern the _binary_ breaking change, but breaking _behavior_.
I'm getting this as well.