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
If I recall correctly there were a couple edge cases like this from csharpier-repos. Fixing them didn't seem straightforward and some of the official analzyers don't deal well with conditional compilation so I let them slide.
Ordering of using statement incorrectly handles conditional compilation preprocessor directives
Input:
The code is from csharpier-repos
Output:
Tested in the playground for the version
0.28.1
The text was updated successfully, but these errors were encountered: