FunctionInvocationFilterAttribute preview
See original GitHub issueFunctionInvocationFilterAttribute
has been in “preview” and hence “obsolete” since 2018.
Are there alternatives or plans to finalize it?
Repro steps
-
Create azure functions project in dotnet
-
Implement FunctionInvocationFilterAttribute
Expected behavior
The attribute filter has been in “preview” and hence “obsolete” since 2018. Are there any plans to finalize it?
Actual behavior
Implementing and using FunctionInvocationFilterAttribute
does not complain about obsolete class.
Known workarounds
Ignore warning
Related information
File can be found here
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:12
Top Results From Across the Web
Function Filters · Azure/azure-webjobs-sdk Wiki
Function Filters provide a way to customize the WebJobs execution pipeline with your own logic. Filters are very similar in to ASP.NET Filters....
Read more >Azure Functions Filters + Dependency Injection
Even the function filters are still in preview, even though many expressed their desire for it to be 'out of preview'.
Read more >SignalRFilterAttribute Class
FunctionInvocationFilterAttribute [<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true ... Azure SDK for .NET, Latest, Preview ...
Read more >FunctionAuthorize for Azure Functions v3 - Tech Thoughts
Microsoft has not yet made the Functions Filter feature GA and is still considered a preview feature. So the new package is made...
Read more >Giorgio
FunctionInvocationFilterAttribute has been in "preview" and hence "obsolete" since 2018. Are there alternatives or plans to finalize it? Repro ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OMG I have been waiting for so long, and im still writing boiler plate code in each function… When can the community expect someone to take action and bring this issue to an end ?
Still I am seeing obsolete and deprecated. Is there any update on this?