Raif Atef
Raif Atef
@jeremydmiller Even it's not going to be a big giant visitor, there's a very big part that needs to be a common base class of most visitors since any kind...
Ok, so I have this entirely crazy idea of synthesizing a subquery with primary key join and running the entire expression tree processing for the subquery. It might work but...
This is closer to what Marten generates: ```sql SELECT jsonb_build_object( 'Id', d.data->>'Id', 'RoleId', (SELECT id.data->'RoleIds'->>0 FROM mt_doc_user AS id WHERE id.id = d.id LIMIT 1) ) FROM mt_doc_user AS d...
This needs a refactor to LinqHandlerBuilder to extract out a class that builds Sql and takes a processed model directly. Then another refactor is needed to SelectTransformBuilder.TargetObject so that it...
This will be a tiny bit easier to do after #1927 is merged.
winget doesn't autoupdate, it also needs to be listed in the windows store.
@commonsensesoftware here you go: https://github.com/rwasef1830/asp-versioning-bug-839-repro Try to visit the administration product controller, and the api product controller (both are inside areas).
I have the same issue. I want to add that changing dnscrypt-proxy service to listen on 127.0.1.1:53 doesn't avoid the issue. It needs to be disabled completely followed by a...
@alex-mazzariol > I'd rather have an attribute on the entity fields, and reflection to have the proposed "HasSqlIndex()" method be called on the entity type builder. You got the right...
@roji > One more note: IMigrationsModelDiffer is not generally meant to be modified by providers (note that MigrationsModelDiffer is internal), so overriding/wrapoing.HasDifferences isn't the right way to proceed here (/cc...