Closed srivatsn closed 8 years ago
Reverts dotnet/codeformatter#210
It turns out that ImportAdder API in Roslyn has a bug where it doesn't check if adding the using causes any ambiguity errors. This causes this rule to break code. So reverting this change until the Roslyn bug can be addressed.
FYI @lgolding @genlu
If you are curious, the issue is https://github.com/dotnet/roslyn/issues/8604
Fascinating :-)
Wow, this is hard :)
Reverts dotnet/codeformatter#210
It turns out that ImportAdder API in Roslyn has a bug where it doesn't check if adding the using causes any ambiguity errors. This causes this rule to break code. So reverting this change until the Roslyn bug can be addressed.