Hi, not sure if this is an issue for you or not, if it's in some other package feel free to send me on.
I've noticed a problem with the using statement on the first line of a file. There seems to be some sort of non-printing character there; hitting backspace removes it and fixes this issue. my guess would be a byte-order mark? So far this seems to happen in any C# file created in Visual Studio.
Hi, not sure if this is an issue for you or not, if it's in some other package feel free to send me on.
I've noticed a problem with the
using
statement on the first line of a file. There seems to be some sort of non-printing character there; hitting backspace removes it and fixes this issue. my guess would be a byte-order mark? So far this seems to happen in any C# file created in Visual Studio.