You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting my customer to use ConfigureAwayt.Fody to suppress all CA2007 warnings, but both of us aren't able to configure it correctly, apparently (or is there any bug?)
Repro
I attach a very minimal repro project in .NET 8.
I think I've done everything is needed to configure ConfigureAwait.Fody, but I still get the CA2007 warning.
Requests
Can anyone help me looking what I miss in the repro project?
As next steps, would it be possible to have a global weavers.xml file at solution level, instead of multiple files at project level? (or add the configuration direcly in the Directory.Build.props) ClassLibrary1.zip
The text was updated successfully, but these errors were encountered:
Intro
I am suggesting my customer to use ConfigureAwayt.Fody to suppress all CA2007 warnings, but both of us aren't able to configure it correctly, apparently (or is there any bug?)
Repro
I attach a very minimal repro project in .NET 8.
I think I've done everything is needed to configure ConfigureAwait.Fody, but I still get the CA2007 warning.
Requests
ClassLibrary1.zip
The text was updated successfully, but these errors were encountered: