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
For some reason the generated 'function.json' file has the dll path specified as bin/example.dll when it should be ../bin/example.dll. On windows, it has the correct path.
The text was updated successfully, but these errors were encountered:
FYI - projects created after the recent 0.6.0 release should work on mac/linux. If you have an old project, simply change the version of "Microsoft.NET.Sdk.Functions" in your csproj file to 1.0.8 or later
For some reason the generated 'function.json' file has the dll path specified as
bin/example.dll
when it should be../bin/example.dll
. On windows, it has the correct path.The text was updated successfully, but these errors were encountered: