Unused opens: extension member in namespace is ignored in analysis #11657
Labels
Area-FCS
Bug
Impact-Medium
(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
In the following code
P1
extension is declared in a namespace, it's not allowed. The symbol is successfully resolved in another namespace (it's good for the tooling), but is not accounted in unused opens analysis.open Ns1
is considered unused:Works as expected for extension in a module:
The text was updated successfully, but these errors were encountered: