Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
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.
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.