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

Support for .NET Core #987

Closed
zeroskyx opened this issue Nov 25, 2016 · 3 comments
Closed

Support for .NET Core #987

zeroskyx opened this issue Nov 25, 2016 · 3 comments

Comments

@zeroskyx
Copy link

Currently only .NET 4.6 is supported which is a bit strange since .NET Core was especially designed for cloud scenarios with small footprints and many projects are headed that way currently.
Please enable first class support for .NET Core.

@paulbatum
Copy link
Member

Hi @zeroskyx! We have been discussing .NET core support for Azure Functions quite a bit recently now that our GA milestone is behind us. One of the biggest advantages to doing this work is it would enable cross platform local development (right now https://www.npmjs.com/package/azure-functions-cli only supports Windows).

However there is some subtlety to this - for example we could support running locally on .NET Core but continue to run your functions on NET 4.6 in Azure. Could you expand on exactly what you would like to see? For example do you want your functions to execute in Azure using .NET Core? If so, why specifically? Real world customer motivations will help us prioritize the different aspects of this work item.

@zeroskyx
Copy link
Author

Hi Paul,

I did send you a mail with further details.

Thanks and best regards
-Simon

@christopheranderson christopheranderson added this to the Next - Triaged milestone Dec 5, 2016
@paulbatum
Copy link
Member

Tracked by Azure/Azure-Functions#98. Closing this issue as a dup, new issues will be created for the individual work items.

@christopheranderson christopheranderson modified the milestone: Next - Triaged Jan 4, 2017
@ghost ghost locked as resolved and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants