ijklam
ijklam
When will this be contained in the Release?(In the 11.1.0 rc)
So I should wait for the API changed?
any updates?
When will this be contained in the Release? (In the 11.1.0 rc)
> @Tangent-90 it will be in 11.1.1 release. It is 11.1.2 now, but this and #15603 still not be released. Including these will improve the input expression on Android devices....
> @Tangent-90 will you have time to get to this or maybe you have fresh thoughts? If no - which is understood since we didn't get to this in a...
Hmm... Maybe a docs update is enough. I think.
You can make the single table query working like this ```fsharp type EFQueryBuilder() = member _.For (source: IQueryable _) : IQueryable>) = Queryable.Where(source, projection) [] member _.OrderBy (source, [] keySelector:...
Here I encounter a problem about `#line`. For example, the code is saved in `D:\Program.fs`: ```fsharp #1 "C:\\Program.fs" System.ArgumentNullException.ThrowIfNullOrWhiteSpace(" ") // will failed to build // And more complicated case,...
There are some problem with the `#line` therefore turn it into draft.