Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FunctionMonkey.Compiler build error #103

Closed
indulismisins opened this issue Dec 9, 2019 · 3 comments
Closed

FunctionMonkey.Compiler build error #103

indulismisins opened this issue Dec 9, 2019 · 3 comments

Comments

@indulismisins
Copy link

Hi,

I followed your Video series and created new Azure function with latest FunctionMonkey package versions. On build I get this error:

Error MSB3073: The command "dotnet "C:\Users\by274.nuget\packages\functionmonkey.compiler\3.0.17\build\netstandard1.0....\tools\netcoreapp2.1/FunctionMonkey.Compiler.dll" "C:\Users\by274\source\repos\import-as-a-service\ImportAsAService\Workflow\bin\Debug\netstandard2.0\bin\Workflow.dll"" exited with code -532462766. (1, 1)

@JamesRandall
Copy link
Owner

I've improved the error logging in the v4 beta (now available on NuGet) for .NET Core 3.1 - could you give that a go please?

@mdg215199
Copy link

If you are using Visual Studio, be sure you have >= 16.4. Also, if trying to troubleshoot by using the v4 beta, if you set both:
netcoreapp3.1
v3

You might have issues due to this bug as well:
Azure/azure-functions-host#5145

The last couple comments resolve, though, if you download the specific zip file to have the right azurefunctiontools, be sure to pay attention as matteotumiati mentions, as the manifest that was given in that zip file wont match your user, which will then give more errors.

@JamesRandall
Copy link
Owner

This should be resolved in the latest beta: v4.0.44-beta.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants