Reference c# class library in my Azure Function

前端 未结 2 1472
不思量自难忘°
不思量自难忘° 2021-01-04 06:28

Is it possible to reference a c# class library in an Azure Function visual studio project?

I am aware of the possibilities to reference external libraries and Nuget

2条回答
  •  渐次进展
    2021-01-04 06:41

    This is now possible by using the new Visual Studio 2017 Tools for Azure Functions.

    You can get more information about this in the following links:

    • Visual Studio 2017 Tools for Azure Functions
    • Azure Functions Visual Studio Tooling video

提交回复
热议问题