issues
search
icsharpcode
/
CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
https://icsharpcode.github.io/CodeConverter/
MIT License
842
stars
219
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
VB -> C#: Type conversions of integer values vanish in inferred generic types
#1159
gaschd
opened
2 weeks ago
0
VB -> C#: Properties not handled correctly for ref extension methods
#1158
gaschd
opened
2 weeks ago
0
VB -> C#: Assignment operators of parameterized properties are not resolved
#1157
gaschd
opened
2 weeks ago
0
VB -> C#: ReDim Preserve of array property
#1156
gaschd
opened
2 weeks ago
0
Fixed node name search for case-sensitive namespaces and types
#1155
gaschd
closed
2 weeks ago
1
VB -> C#: Nested classes can have the wrong output types
#1154
gaschd
closed
2 weeks ago
0
AddressOf does not wrap compatible signatures in lambdas anymore
#1153
gaschd
closed
2 weeks ago
1
Fixed conversion of large uint/ulong/long hex literals
#1152
gaschd
closed
2 weeks ago
0
AddParens only if it is not already a ParenthesizedExpressionSyntax
#1151
LucTremblay
closed
2 weeks ago
0
Set the DefaultThreadCurrentUICulture to a specific culture, asserted error language consistency
#1150
LucTremblay
closed
2 weeks ago
1
VB -> C#: IEnumerable linq extension methods are replaced with static Enumerable methods
#1149
gaschd
opened
3 weeks ago
2
VB -> C#: Func delegate assignments are wrapped in lambdas
#1148
gaschd
closed
2 weeks ago
1
VB -> C#: Unsigned integer hex constants are not converted correctly
#1147
gaschd
closed
2 weeks ago
0
AddParens only if it is not already a ParenthesizedExpressionSyntax
#1146
LucTremblay
closed
2 weeks ago
1
Tests are failing if the current culture is not en-US
#1145
LucTremblay
closed
2 weeks ago
1
VB -> C#: DefaultMemberAttribute marked properties are lost
#1144
TymurGubayev
opened
1 month ago
0
Convert to C# does not appear on context menu
#1143
BillClarkEarthPoint
opened
1 month ago
2
Bump cookie and express in /Web/ClientApp
#1142
dependabot[bot]
closed
1 month ago
0
When converting a WPF form, the Handles command in the code behind file is skipped.
#1141
mjohansson1
opened
1 month ago
2
Try to fix multi project tests
#1140
GrahamTheCoder
opened
1 month ago
0
MultiFileSolutionAndProjectTests skipped
#1139
GrahamTheCoder
opened
1 month ago
0
Bump webpack from 5.76.1 to 5.95.0 in /Web/ClientApp
#1138
dependabot[bot]
closed
1 month ago
1
Bump axios from 1.6.0 to 1.7.4 in /Web/ClientApp
#1137
dependabot[bot]
closed
1 month ago
1
Spike/vs extensibility
#1136
GrahamTheCoder
closed
1 month ago
0
VB -> C#: Char(34) converted to """ without proper escaping
#1135
elize1979
closed
1 month ago
0
Bump rollup from 2.78.1 to 2.79.2 in /Web/ClientApp
#1134
dependabot[bot]
closed
1 month ago
1
Bump body-parser and express in /Web/ClientApp
#1133
dependabot[bot]
closed
1 month ago
1
Bump send and express in /Web/ClientApp
#1132
dependabot[bot]
closed
1 month ago
1
Bump serve-static and express in /Web/ClientApp
#1131
dependabot[bot]
closed
1 month ago
1
Bump webpack from 5.76.1 to 5.94.0 in /Web/ClientApp
#1130
dependabot[bot]
closed
1 month ago
1
VB -> C#: incorrect handling of ref arguments in loop conditions
#1129
TymurGubayev
opened
3 months ago
0
convert `Select Case [object]` using `Operators.ConditionalCompareObject...`
#1128
TymurGubayev
closed
3 months ago
0
pass empty ParameterList instead of null
#1127
TymurGubayev
closed
4 months ago
0
Pass ByRef parameters of parent into hoisted function by ref
#1126
TymurGubayev
closed
4 months ago
0
Don't write back into a method call when it's ByRef argument
#1125
TymurGubayev
closed
4 months ago
3
Differentiate between statics in setters and getters
#1124
TymurGubayev
closed
4 months ago
0
restore tests lost in merge conflicts
#1123
TymurGubayev
closed
4 months ago
1
take parameter attributes into account in `CreateOptionalRefArg`
#1122
TymurGubayev
closed
4 months ago
0
Convert explicitely omitted ByRef arguments into temporary variables
#1121
TymurGubayev
closed
4 months ago
0
Always use `RefConversion.PreAssigment` for `const`s
#1120
TymurGubayev
closed
4 months ago
0
VB -> C#: Out attribute not respected with latest visual studio version
#1119
GrahamTheCoder
opened
4 months ago
0
C# -> VB: Extension Methods incorrect
#1118
zijianhuang
opened
4 months ago
0
Don't gather all trivia of a parameterized property in the first accessor
#1117
TymurGubayev
closed
4 months ago
8
Handle C# `ref return` when converting VB->C#
#1116
TymurGubayev
closed
4 months ago
9
generate `unchecked((int)0x91234567)` instead of `int.MinValue + 0x11234567`
#1115
TymurGubayev
closed
4 months ago
3
use `TokenContext` when creating modifiers for a `DeclareStatementSyntax`
#1114
TymurGubayev
closed
4 months ago
0
VB -> C#: Error translating Not (x IsNot Nothing)
#1113
mom-bbtsoftware
closed
4 months ago
2
C# -> VB: Target typed new does not convert
#1112
jcbonnett
opened
4 months ago
1
Bump braces from 3.0.2 to 3.0.3 in /Web/ClientApp
#1111
dependabot[bot]
closed
5 months ago
0
Issue/172
#1110
GrahamTheCoder
closed
4 months ago
1
Next