Azure / Azure/azure-functions-dotnet-worker

Have extensions have properties for related WebJobs attribute

Open
#156 2 comments 0 reactions 1 assignee Claimed by @brettsam View on GitHub
area: binding area: sdk feature: source-metadata-generator
Dominant language
C#
Stars
466
Forks
215
Avg merge
3d 10h
Merged PRs (30d)
7

Description

Right now we rely on convention to convert `Azure.Functions.Worker.Extensions.` attributes to Binding type. For example, we say `BlobInputAttibute` maps to `blob` in FunctionMetadataGenerator by doing a string replace (removing InputAttribute) here -- https://github.com/Azure/azure-functions-dotnet-worker/blob/main/sdk/Sdk/FunctionMetadataGenerator.cs#L271.

We should instead consider having these defined as a static property in our types, so we dont have to rely on convention.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.