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
Version 1.6.19 of the Microsoft.OpenApi packages introduce a dependency on Microsoft.VisualStudio.Threading, which in turn is adding analyzers from that package into dependent projects.
This then causes build failures when the consuming project does not conform to any of the rules the analyzer introduces.
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
OpenApi File To Reproduce
N/A
Expected behavior
Analyzers from this project do not affect the consumers of Microsoft.OpenApi packages.
Screenshots/Code Snippets
N/A
Additional context
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
Version 1.6.19 of the Microsoft.OpenApi packages introduce a dependency on Microsoft.VisualStudio.Threading, which in turn is adding analyzers from that package into dependent projects.
This then causes build failures when the consuming project does not conform to any of the rules the analyzer introduces.
For example: martincostello/api#1967
OpenApi File To Reproduce
N/A
Expected behavior
Analyzers from this project do not affect the consumers of Microsoft.OpenApi packages.
Screenshots/Code Snippets
N/A
Additional context
None.
The text was updated successfully, but these errors were encountered: