-
Notifications
You must be signed in to change notification settings - Fork 218
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
Handle C# ref return
when converting VB->C#
#1116
Handle C# ref return
when converting VB->C#
#1116
Commits on Jul 18, 2024
-
* WithByRef test commented out because of a Roslyn bug (need newer version) * A bunch of unrelated changes was necessary to fix tests * `ConvertWholeSolutionAsync` (to VB) doesn't work because it writes stack including file names
Timur Kelman authored and Timur Kelman committedJul 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 4cb9a8f - Browse repository at this point
Copy the full SHA 4cb9a8fView commit details
Commits on Jul 19, 2024
-
add a test for a ref-returning non-default property
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 625b8b1 - Browse repository at this point
Copy the full SHA 625b8b1View commit details -
recognize ref return properties when processing ByRef arguments
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 0e79753 - Browse repository at this point
Copy the full SHA 0e79753View commit details -
Timur Kelman authored and Timur Kelman committed
Jul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 4575a35 - Browse repository at this point
Copy the full SHA 4575a35View commit details -
actually recognize ref return properties when processing ByRef arguments
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 807d815 - Browse repository at this point
Copy the full SHA 807d815View commit details -
exclude
CSharpRefReturn
project from ConvertWholeSolutionAsync (to VB)It can never be converted because of the ref return properties
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for f3497e3 - Browse repository at this point
Copy the full SHA f3497e3View commit details -
add tests for With ref-return properties
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 79d6f8a - Browse repository at this point
Copy the full SHA 79d6f8aView commit details -
consider OperationKind.PropertyReference assignable if ReturnsByRef
Timur Kelman authored and Timur Kelman committedJul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for b5ac515 - Browse repository at this point
Copy the full SHA b5ac515View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a85f8b - Browse repository at this point
Copy the full SHA 4a85f8bView commit details