You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to contribute to this repository but am encountering issues while running the tests.
Could you please provide some guidance?
Specifically, five tests are consistently failing due to the following error:
Failed to locate the inproc6 model host at C:~path to repo~\azure-functions-core-tools\test\Azure.Functions.Cli.Tests\bin\Debug\net8.0\in-proc6\func.exe
I tried to debug the start process, it appears that the tool expects the InProc Executable directory to be present in the build directory, but it is not.
Azurite installed, templates are in place, I followed all the contribution guidelines
I am uncertain whether this issue is related to my local machine environment or another factor.
The text was updated successfully, but these errors were encountered:
I am trying to contribute to this repository but am encountering issues while running the tests.
Could you please provide some guidance?
Specifically, five tests are consistently failing due to the following error:
Failed to locate the inproc6 model host at C:~path to repo~\azure-functions-core-tools\test\Azure.Functions.Cli.Tests\bin\Debug\net8.0\in-proc6\func.exe
I tried to debug the start process, it appears that the tool expects the InProc Executable directory to be present in the build directory, but it is not.
Azurite installed, templates are in place, I followed all the contribution guidelines
I am uncertain whether this issue is related to my local machine environment or another factor.
The text was updated successfully, but these errors were encountered: