Pinned issues
Issues
- 0
- 0
- 0
VB -> C#: Nested classes can have the wrong output types
#1154 opened by gaschd - 0
- 0
VB -> C#: ReDim Preserve of array property
#1156 opened by gaschd - 0
- 1
VB -> C#: Func delegate assignments are wrapped in lambdas
#1148 opened by gaschd - 1
Tests are failing if the current culture is not en-US
#1145 opened by LucTremblay - 1
- 2
VB -> C#: IEnumerable linq extension methods are replaced with static Enumerable methods
#1149 opened by gaschd - 2
Convert to C# does not appear on context menu
#1143 opened by BillClarkEarthPoint - 2
When converting a WPF form, the Handles command in the code behind file is skipped.
#1141 opened by mjohansson1 - 0
- 0
MultiFileSolutionAndProjectTests skipped
#1139 opened by GrahamTheCoder - 0
- 0
- 0
VB -> C#: `= ""` should not be converted to `string.IsNullOrEmpty` when `Option Compare Text`
#1089 opened by tats-u - 0
- 1
VB -> C#: comments/trivia in wrong location
#1095 opened by TymurGubayev - 1
- 1
- 1
VB -> C#: OmittedArgumentSyntax isn't converted into temporary variable for ByRef parameters causing error CS7036
#1107 opened by TymurGubayev - 1
- 0
VB -> C#: Out attribute not respected with latest visual studio version
#1119 opened by GrahamTheCoder - 0
C# -> VB: Extension Methods incorrect
#1118 opened by zijianhuang - 0
- 0
C# -> VB: Simple assignment expression inside a constructor expression body converts to using CSharpImpl.__Assign.
#1105 opened by RussellSmith2 - 3
Conversion for FixedStatement not implemented
#1101 opened by banyanno - 2
VB -> C#: Error translating Not (x IsNot Nothing)
#1113 opened by mom-bbtsoftware - 1
C# -> VB: Target typed new does not convert
#1112 opened by jcbonnett - 7
- 4
OR in combination with AndAlso may wrongly translate
#1102 opened by ursvogel - 3
- 2
- 0
VB -> C#: multiline interpolated string with just format-blocks doesn't convert correctly (missing @)
#1096 opened by jrmoreno1 - 0
VB -> C#: private partial methods do not compile
#1097 opened by jrmoreno1 - 3
VB -> C#: `someInterface.Value` becomes `someInterface` if the interface has the `DefaultMember("Value")` attribute
#1091 opened by HeinziAT - 0
VB -> C#: named optional parameter that's a C# keyword isn't always escaped
#1092 opened by TymurGubayev - 1
- 3
Speedup conversion time for code without "MyClass" and "WithEvents / Handles"
#1090 opened by LucTremblay - 5
- 0
VB -> C#: ASP.NET Inherits-attribute in aspx file does not get renamed properly
#1088 opened by WalterWigman-Iress - 0
VB -> C#: Byref optional parameters to New field initializer can throw nullref
#1081 opened by GrahamTheCoder - 0
VB -> C#: Object initializers referencing each other cause conversion error
#1080 opened by GrahamTheCoder - 0
VB -> C#: unnecessary casts to object when late binding is involved cause RuntimeBinderException
#1071 opened by TymurGubayev - 1
VB -> C#: A conversion error occurred when tracking a control using the event's "sender" parameter
#1072 opened by FiveBushelsOfRice - 0
VB -> C#: explicit interface implementation looses parameter optionality
#1062 opened by TymurGubayev - 0
VB -> C#: Char-To-String conversion missing in converted `Select Case` statements
#1061 opened by TymurGubayev - 2
- 4
VB -> C#: don't add unnecessary whitespace between label and empty statement
#1065 opened by TymurGubayev