question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FunctionInvocationFilterAttribute preview

See original GitHub issue

FunctionInvocationFilterAttribute has been in “preview” and hence “obsolete” since 2018.

Are there alternatives or plans to finalize it?

Repro steps

  1. Create azure functions project in dotnet

  2. 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:open
  • Created 3 years ago
  • Reactions:4
  • Comments:12

github_iconTop GitHub Comments

23reactions
gwinnemcommented, Feb 13, 2021

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 ?

10reactions
appayele2900commented, Jan 17, 2022

Still I am seeing obsolete and deprecated. Is there any update on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found