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
293 stars 49 forks source link

Unable to build project using Function Monkey #82

Closed lloydjatkinson closed 5 years ago

lloydjatkinson commented 5 years ago

Please see repro here: https://github.com/lloydjatkinson/function-monkey-repro

Basically, I've followed the getting started guide in the docs but get the following:

The command "dotnet "C:\Users\Lloyd\.nuget\packages\functionmonkey.compiler\2.3.1\build\netstandard1.0\..\..\tools\netcoreapp2.1/FunctionMonkey.Compiler.dll" "C:\Users\Lloyd\source\repos\function-monkey-repro\src\FunctionMonkeyRepro\bin\Debug\netcoreapp2.1\bin\FunctionMonkeyRepro.dll" --netcore21" exited with code -532462766. FunctionMonkeyRepro C:\Users\Lloyd\.nuget\packages\functionmonkey.compiler\2.3.1\build\netstandard1.0\FunctionMonkey.Compiler.targets   

I tried building with dotnet and VS but get the same error. For reference these are the .NET Core SDK's I've got installed:

2.1.602 [C:\Program Files\dotnet\sdk]
2.1.604 [C:\Program Files\dotnet\sdk]
2.1.700 [C:\Program Files\dotnet\sdk]
2.1.701 [C:\Program Files\dotnet\sdk]
2.2.203 [C:\Program Files\dotnet\sdk]
lloydjatkinson commented 5 years ago

My bad, I had forgot to implement the marker interface!