Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to Microsoft.Azure.Functions.Worker.Sdk V16 Breaks Timer Retry #2292

Closed
Gamecock opened this issue Feb 19, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@Gamecock
Copy link

Description

Upgrading from V15 to V16 generates
Determining projects to restore...
All projects are up-to-date for restore.

CSC : error AZFW0012: Invalid use of a retry attribute. Check that the attribute is used on a trigger that supports function-level retry. (https://aka.ms/azfw-rules?ruleid=AZFW0012) [C:\Users\mikef\Documents\Azure\Azure.csproj]

Steps to reproduce

Repo that exhibits failure:
https://github.com/Gamecock/FunctionSample

@Gamecock Gamecock added the bug Something isn't working label Feb 19, 2024
@Gamecock Gamecock changed the title Upgrading to V16 Breaks Timer Retry Upgrading to Microsoft.Azure.Functions.Worker.Sdk V16 Breaks Timer Retry Feb 19, 2024
@satvu
Copy link
Member

satvu commented Mar 1, 2024

Looks like your repro has the same issue as #2039 - please upgrade from 4.10 -> 4.3.0 of the Timer Extension package. Closing as answered. If you continue to run into problems, please open a new issue with updated information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants