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

Fail to run C# Class library function on mac/linux #164

Closed
ejizba opened this issue Jan 11, 2018 · 3 comments · Fixed by #220
Closed

Fail to run C# Class library function on mac/linux #164

ejizba opened this issue Jan 11, 2018 · 3 comments · Fixed by #220
Labels
Milestone

Comments

@ejizba
Copy link
Contributor

ejizba commented Jan 11, 2018

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.

@ejizba ejizba added the bug label Jan 11, 2018
@ejizba ejizba added this to the 0.5.0 milestone Jan 11, 2018
@ejizba
Copy link
Contributor Author

ejizba commented Jan 18, 2018

Looks like this will be fixed here: Azure/azure-functions-vs-build-sdk#142

We just need to wait for the fix to be released

@ejizba ejizba changed the title Fail to run C# Class library function on a mac Fail to run C# Class library function on mac/linux Jan 25, 2018
@ejizba ejizba modified the milestones: 0.5.0, 0.6.0 Jan 26, 2018
@ejizba ejizba modified the milestones: 0.6.0, tracking Feb 8, 2018
@ejizba ejizba removed the tracking label Feb 8, 2018
@ejizba ejizba modified the milestones: tracking, 0.6.0 Feb 13, 2018
@ejizba ejizba mentioned this issue Feb 13, 2018
@ejizba
Copy link
Contributor Author

ejizba commented Feb 14, 2018

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

@anujb
Copy link

anujb commented Feb 20, 2018

Huzzah! 🎉 :partyparrot

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants