-
Notifications
You must be signed in to change notification settings - Fork 218
Issues: icsharpcode/CodeConverter
With many large files: stops progressing, OOMs or InvalidOper...
#877
opened Apr 14, 2022 by
jnnnnn
Open
10
VB -> C#: OnErrorGoToStatementSyntax and OnErrorResumeNextSta...
#426
opened Nov 15, 2019 by
GrahamTheCoder
Open
7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
VB -> C#: Nested classes can have the wrong output types
VB -> C#
Specific to VB -> C# conversion
#1154
opened Nov 6, 2024 by
gaschd
VB -> C#: IEnumerable linq extension methods are replaced with static Enumerable methods
VB -> C#
Specific to VB -> C# conversion
#1149
opened Nov 4, 2024 by
gaschd
VB -> C#: Func delegate assignments are wrapped in lambdas
VB -> C#
Specific to VB -> C# conversion
#1148
opened Nov 4, 2024 by
gaschd
VB -> C#: Unsigned integer hex constants are not converted correctly
VB -> C#
Specific to VB -> C# conversion
#1147
opened Nov 4, 2024 by
gaschd
AddParens only if it is not already a ParenthesizedExpressionSyntax
enhancement
#1146
opened Oct 31, 2024 by
LucTremblay
VB -> C#: DefaultMemberAttribute marked properties are lost
VB -> C#
Specific to VB -> C# conversion
#1144
opened Oct 25, 2024 by
TymurGubayev
When converting a WPF form, the Handles command in the code behind file is skipped.
VB -> C#
Specific to VB -> C# conversion
#1141
opened Oct 17, 2024 by
mjohansson1
VB -> C#: incorrect handling of ref arguments in loop conditions
VB -> C#
Specific to VB -> C# conversion
#1129
opened Aug 28, 2024 by
TymurGubayev
VB -> C#: Out attribute not respected with latest visual studio version
VB -> C#
Specific to VB -> C# conversion
#1119
opened Jul 20, 2024 by
GrahamTheCoder
C# -> VB: Extension Methods incorrect
C# -> VB
Specific to C# -> VB conversion
#1118
opened Jul 20, 2024 by
zijianhuang
C# -> VB: Target typed new does not convert
C# -> VB
Specific to C# -> VB conversion
#1112
opened Jul 3, 2024 by
jcbonnett
C# -> VB: Simple assignment expression inside a constructor expression body converts to using CSharpImpl.__Assign.
C# -> VB
Specific to C# -> VB conversion
enhancement
#1105
opened May 28, 2024 by
RussellSmith2
Conversion for FixedStatement not implemented
C# -> VB
Specific to C# -> VB conversion
#1101
opened May 17, 2024 by
banyanno
VB -> C#: private partial methods do not compile
compilation error
A bug where the converted output won't compile
VB -> C#
Specific to VB -> C# conversion
#1097
opened Apr 25, 2024 by
jrmoreno1
VB -> C#: multiline interpolated string with just format-blocks doesn't convert correctly (missing @)
VB -> C#
Specific to VB -> C# conversion
#1096
opened Apr 25, 2024 by
jrmoreno1
VB -> C#: Specific to VB -> C# conversion
someInterface.Value
becomes someInterface
if the interface has the DefaultMember("Value")
attribute
VB -> C#
#1091
opened Apr 12, 2024 by
HeinziAT
Speedup conversion time for code without "MyClass" and "WithEvents / Handles"
#1090
opened Apr 10, 2024 by
LucTremblay
VB -> C#: A bug where the converted output behaves differently to the input code
VB -> C#
Specific to VB -> C# conversion
= ""
should not be converted to string.IsNullOrEmpty
when Option Compare Text
output logic error
#1089
opened Apr 6, 2024 by
tats-u
VB -> C#: ASP.NET Inherits-attribute in aspx file does not get renamed properly
VB -> C#
Specific to VB -> C# conversion
#1088
opened Apr 3, 2024 by
WalterWigman-Iress
VB -> C#: Specific to VB -> C# conversion
(int)Math.Round(x)
is used instead of Convert.ToInt32(x)
VB -> C#
#1082
opened Mar 6, 2024 by
TymurGubayev
VB -> C#: Byref optional parameters to New field initializer can throw nullref
VB -> C#
Specific to VB -> C# conversion
#1081
opened Feb 24, 2024 by
GrahamTheCoder
VB -> C#: Object initializers referencing each other cause conversion error
VB -> C#
Specific to VB -> C# conversion
#1080
opened Feb 24, 2024 by
GrahamTheCoder
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.