Mark Otway

Results 202 comments of Mark Otway

> Will this cover [#20758 (comment)](https://github.com/dotnet/efcore/issues/20758#issue-607360242) I doubt it. That looks like something very different.

Oh, I see, I thought it was just about the extra columns, but I see that the sub-query is doing a full select and then a join, rather than a...

Based on the tweets and RC1 issue, I'm guessing this is gonna roll over to 7 now?

Ah, missed that, thanks. I posted some comparative numbers in the issue I raised about this before I found it was a dupe of this one: https://github.com/dotnet/efcore/issues/19418 With 500,000 entity...

Okay, so here's the query that gets generated by EF today: ``` SELECT "b"."ImageId", "b"."DateAdded", "i"."ImageId", "f"."FolderId" FROM "BasketEntries" AS "b" INNER JOIN "Images" AS "i" ON "b"."ImageId" = "i"."ImageId"...

I haven't tried with another DB; I started adding support for Postgres to play with that, but haven't got it working properly yet. I guess I don't really care if...

Okay, finally put this repro together. https://github.com/Webreaper/EFCore6TableJoinBug I've tried to document it as clearly as possible in the README, but if you have any questions at all about what my...

It's worth noting that since Blazor now supports native assembly loading in Wasm, this might work. See the Sqlite demos that load the unmanaged DLL directly into the browser.

Great! Will this just be Linux or true x-plat with OSX support too? Would be great to see some updated benchmarks too; I'm intrigued to know if ImageSharp has closed...

> OSX doesn't interest me, as I have no desire to support a company as openly developer-hostile as Apple, but I won't be doing anything to prevent running there. It...