JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 49 forks source link

FunctionAppHost Error on Mac #132

Closed mdg215199 closed 4 years ago

mdg215199 commented 4 years ago

On the multi-host scenarios with funcitonmonkey, on WIndows, there is no issue building projects. In mac, it appears that the build location is hard coded in the nuget package. Snippet of error: /Users/mattgarrett/Documents/projects/mcx/MotionCXAWD/FunctionApps/MotionCX.FunctionApps.IR/MotionCX.FunctionApps.IR.csproj] /Users/mattgarrett/.nuget/packages/functionmonkey.compiler/4.0.56-beta.4/build/netstandard1.0/FunctionMonkey.Compiler.targets(29,5): error : at FunctionMonkey.Compiler.Core.Compiler.Compile() in /Users/jamesrandall/code/functionMonkey/library/Source/FunctionMonkey.Compiler.Core/Compiler.cs:line 65

I'll try to take a look tomorrow, as it's getting late, and i might be forgetting the obvious, as while I've seen builds have original folder like that showing up, I dont remember seeing past errors in functionmonkey compiler.

mdg215199 commented 4 years ago

Disregard, and a good reason to remember not to post tickets late at night. No issues, both aspnetcore api are fine. Sorry for the ticket.