Loading...
 
Skip to main content

Multi-Language Add-In for Visual Studio


String analysis error

Line:

Console.WriteLine($"cs.ChangesetId{vbTab}{[date]}{vbTab}{user}{vbTab}{comment}")

Is converted in:

Console.WriteLine(String.Format ( "cs.ChangesetId{0}{1}{2}{3}{4}{5}", comment, vbTab, user, vbTab, date, vbTab ))

changing variables order.

Best Regards,
Filippo Bottega.

Germany

I will look into this problem in the next few days.

Phil