Problem with 0.2.8 parsing multiple generic types
Status: Beta
Brought to you by:
jamesnies
I believe this may be related to Bug 2790043. NArrange doesn't crash but it rewrites the class incorrectly. I'm writing in VB.NET and using NArrange 0.2.8.0.
If I have the following class definition:
Public Class CustomKeyValuePairList(Of t As IComparable, s)
NArrange rewrites the file to look like this (which breaks the class):
Public Class CustomKeyValuePairList(Of t As {IComparable, s})
This issue has been resolved under revision 173 and will be included in the next release of NArrange.