afruzan
afruzan
@lextm I have same issue. In my project there is a lot of linq query and it is not possible to exclude one by one. Is there any solution to...
finally is disabled `RenameProperties` option.
I have the same issue... any solution?
I recommend supporting `x-forwarded-host` same as `host` header in tileserver-gl as a solution for when a proxy is used.
but because we use something like https://example.com/tiles in production and `/tiles` part of the url does not pass by x-forward headers I used `x-map-root-url` custom header that can be passed...
@scara Hi, Thank your for your attention to my posts. In my case, end users may access front-end app with different host addresses (IPs). My backend API uses a reverse-proxy...
I have similar problem with group by. for example: ```C# var q = db.OrderDetails.Select(o => new { o.Order, x = new { o.Product.ID, o.ProductID } }).Where(i => i.x.ProductID == i.x.ID).GroupBy(i...