Mathias

Results 4 issues of Mathias

Would it be alot of work to support batch requests as describred [here](https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/webapi/execute-batch-operations-using-web-api)? Something like xrmQuery.executeBatch(requests: xrmRequests[])? Would be a nice feature to add.

enhancement
XrmQuery

When you (re)import a solution which contains solution aware flows, these flow get turned off and you have to manually enable them. Would be nice to have a task which...

question

**Describe the issue** The swagger endpoints do not work for projects that target .net framework isolated. **To Reproduce** Steps to reproduce the behavior: 1. Create new Azure Function project that...

My team start adopting strictest for TypeScript. https://www.npmjs.com/package/@tsconfig/strictest It's doesn't like undefined alot as return type. The getAttribute and getControl have been changed to return the basic type matching the...