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
Always use `RefConversion.PreAssigment` for `const`s
#1120
Closed
TymurGubayev
closed
4 months ago
TymurGubayev
commented
4 months ago
Problem
1106: ByRef temporary variable is assigned back into a constant
Solution
Only a minor change in
GetRefConversion
[x] At least one test covering the code changed
Problem
1106: ByRef temporary variable is assigned back into a constant
Solution
GetRefConversion