Closed Falven closed 1 year ago
Hmmm that's odd. It should definitely not do this! Are you still using V3 functions model, by any chance?
Sorry, @AlexPshul , it's @nxazure/func/src/executors/common/utils
reading this as you can see from the stacktrace
Yeah, I saw that. I'm still not sure why it happens, though. I'll check it once I have a bit more time and update the issue here.
Hi @Falven , I just published a fix in the new 1.0.17 release. Please have a look.
Also, I see that you are using the pre-colored console version. Once you upgrade to 1.0.17, you should see your console colored in the same way the func tool is coloring the output. Let me know if you find any issues there.
Thanks again for raising issues in the package. :)
There's an issue with
_registerPaths.ts
trying to readlocal.settings.json
during a build. This file won't be present, in say a CI environment as it's for local deployments only. You're not supposed to check this file into source control, so I don't think_registerPaths.ts
should be trying to read/build this file?https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Cwindows%2Ccsharp%2Cportal%2Cbash#create-a-local-functions-project