Azure / azure-functions-microsoftgraph-extension

Microsoft Graph extension for Azure Functions
MIT License
46 stars 23 forks source link

Reduce Binding inheritence #19

Closed ConnorMcMahon closed 6 years ago

ConnorMcMahon commented 7 years ago

In order to prevent confusion with binding rules, have binding attributes only derive from abstract classes and don't put any binding rules on abstract classes.

ConnorMcMahon commented 6 years ago

This PR is out of date.