File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,21 +24,6 @@ All notable changes to the code converter will be documented here.
2424* Correctly convert ambiguous names ([ #332 ] ( https://github.com/icsharpcode/CodeConverter/pull/332 ) )
2525* Ensure correct visibility for constructors ([ #422 ] ( https://github.com/icsharpcode/CodeConverter/pull/422 ) )
2626* Ensure casing is correct for namespaces ([ #421 ] ( https://github.com/icsharpcode/CodeConverter/pull/421 ) )
27- * Convert implicit object->string cast correctly (#365 )
28- * Convert trivia (e.g. comments) at start of file (#333 )
29- * Improvements to redim conversion (#403 , #393 )
30- * Convert array of arrays initializer (#364 )
31- * Improvements to implicit enum -> int conversion (#361 )
32- * Convert expressions in constants (#329 )
33- * Convert implicit ` ElementAtOrDefault ` (#362 )
34- * Convert types in ternary expressions (#363 )
35- * Support for converting dot net standard VB projects (#398 )
36- * Avoid compilation error for duplicate cases (#374 )
37- * Correctly handle type promoted module symbols (#375 )
38- * Prefer renamed imports for name resolution (#401 )
39- * Correctly convert ambiguous names (#332 )
40- * Ensure correct visibility for constructors (#422 )
41- * Ensure casing is correct for namespaces (#421 )
4227* Convert CType from a non numeric type to an enum
4328* Convert Exit Function
4429* Convert object initializers requiring type casts
You can’t perform that action at this time.
0 commit comments