Smit Patel
Smit Patel
I am already working on this. Many edge cases but it will be done in 7.0
Releases to consider - LTS release - Current release (stable) - Current preview I think current preview would provide slightly lesser value. If I am writing a provider from scratch,...
The repo to host is less important. The sample should use package references rather than project references.
Also subquery.Contains
Overall when utilizing arrays, what we need is to bypass whole pending collections thing since there is no collection in SQL anymore from join form. So when translating a collection...
The only place where interaction would become complicated when "GetValue" doesn't have T as a mapped database type. i.e. DbDataReader. At that point, not only the GetValue injection part which...
Is idea to create tag for VS releases or every VS insertion? Tagger.yaml is working to tag every insertion.
We created pipeline which is running perfectly now. For 15.x/16.x we tagged very last release. Future patches are covered by automated pipeline itself.
Also see https://github.com/dotnet/efcore/issues/14205 Convert a different ToString represent can give incorrect results in query.
If you make `GetDbSetForClrType` generic on `TEntity` and invoke it like how you are doing to invoke `Call_DbSet_FromSqlRaw` you wouldn't need another method.