Maxim Pashuk
Maxim Pashuk
Hi, I think problem that I have related to this one. I am using Microsoft.AspNetCore.OData 8.0.8, and I have [route constraints](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?#route-constraints) declared ``` [HttpGet("users({id:long})/profiles({profileId:long})")] public async Task GetProfile([FromODataUri] long id,...
Hi again, recently I updated my project to **Microsoft.AspNetCore.OData, Version 8.0.8**, and this bug **is still present in 2022**.
I am also facing to this issue.
As a workaround I use "Prefer" as "return=minimal" and use Location header to get url, which I can use to return entity with all required selects\expands.
I think this is a duplicate with #6 , same things discussed (also support for Deconstruct extensions methods)
FYI: I have some issue search, and probably my question has some relations with issue https://github.com/OData/WebApi/issues/472
Recently updated my project to OData 8.0.8 and issue is **still present in 2022**. **Reproduce**: just add contained entity with concurrency token (in my case ```user.ContainsMany(userProfiles)```, ```userProfile``` has concurrencyToken declared)...
@YouROK docker image `ghcr.io/yourok/torrserver` latest tag points to 133 release but actual latest release is 134. Can you update docker image to the latest release as well?
@tsynik why this issue has been closed? Latest tag is still pointing to 133 version, not 134 