azure-func-http
azure-func-http copied to clipboard
NestJS Version 11 support
Currently it is not supported to use this package in combination with NestJS 11 (@nestjs/core: "^11.0.0").
Probably this is just a change in package.json to support this new peerDependency Version.
It seems that at this point you are pretty much SOL if you're using Nest.js with Azure Functions.
Support for Azure Functions v4 (#934) has been requested almost three years ago with absolutely zero progress or even feedback. Their "consultancy" also appears to be a sham, I've never once gotten any response from them despite multiple attempts through different channels.
We need suppoort for NestJS Version 11 Support, I was trying to get it done with version change only but i do not see it that much straight forward
This works for me
npm install @nestjs/azure-func-http --legacy-peer-deps
I see that a PR for nest js version 11 support is opened. Is there any way to merge it ?
Best regards
Please help with this @kamilmysliwiec