Nobuyuki Iwanaga

Results 56 issues of Nobuyuki Iwanaga

Do you have any plan to support Visual Studio 2017/VSIX v3? Some functionality in this analyzer was integrated into VS 2017, but some was not, e.g. CSE0003: "Consider using an...

**Version Used**: Visual Studio Version 17.4.0 Preview 2.0 C# Tools 4.4.0-2.22430.14+2f760738cb92f32f50c981b68ba04ac3c8b7ee48 **Steps to Reproduce**: ```cs _ = """             All whitespace characters are the same as the closing line.             U+20, U+2000,...

Area-IDE
untriaged

https://github.com/dotnet/corefx/issues/12425 [BEXTR](http://www.felixcloutier.com/x86/BEXTR.html) [UBFX](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489f/Cjahjhee.html)

https://github.com/dotnet/csharplang/issues/686

```cs public DoubleView(Bit52 faction, Bit11 exponent, Bit1 Sign) { Value = 0; Value |= (fraction & FractionMask)

Exception thrown when attempting to generate bit-fields without any enum members

There are mixed new lines in generated source codes.