DEV Community

Discussion on: Develop Azure Functions using .NET Core 3.1

Collapse
 
avishar profile image
Vijay

The main issue we have is that it’s incompatible with net standard 2.1.

If function project A exposes a class from net standard project B, when B is 2.0 everything works, when B is 2.1 the solution won’t even compile anymore.

This issue has been blocking since release with no comment from maintainers, are you able to have someone look into it?