OmniSharp / omnisharp-server

HTTP wrapper around NRefactory allowing C# editor plugins to be written in any language.
http://www.omnisharp.net
MIT License
380 stars 97 forks source link

Multiple "Unnecessary using directive." warnings are being shown for each case #218

Open 0xdeafcafe opened 8 years ago

0xdeafcafe commented 8 years ago

For each cause of an Unnecessary using directive. error, it is being showing once initially, then then every so often it duplicates and can end up many showing for each case of the warning.

For example, my file: code - insiders_2016-06-29_15-29-51

And my errors/warning window: code - insiders_2016-06-29_15-29-44