I have…
- [x ] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [x] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
I have been using a Contents Client to retrieve multiple menus. The GetAsync method on that client no longer supports a HashSet to retrieve multiple items from a list of id’s.
var hs = new HashSet<string>(Ids);
var menuClient = CreateContentsClient<DynamicContent, DynamicData>("[schema]");
var menus = await menuClient.GetAsync(hs, ctx);
Perhaps this is bad design to rely on the ids, but I would like to not refactor at this point.
Expected behavior
Pass in a HashSet of string Ids and return the result.
Minimal reproduction of the problem
Environment
App Name:
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ x] Cloud version
Version: [VERSION]
Browser:
- [ ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others: