ijklam

Results 68 comments of ijklam

So I should wait for the API changed?

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...

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.