serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 162 forks source link

feat: Support for .NET Core Function Apps #449

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

What did you implement:

Support for .NET Core Function apps using .NET Core 2.2 or 3.1 on both Windows and Linux

Closes #367

How did you implement it:

How can we verify it:

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES Is it a breaking change?: NO

aguywithcode commented 4 years ago

This is beautiful...thanks for picking this up!

updateaman commented 3 years ago

@tbarlow12 thank you for this. Did you manage to create the template for using .Net Core Functions?