Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Moving a property using VA Outline is bugged
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mkoe
Junior Member

13 Posts

Posted - Feb 08 2022 :  03:42:02 AM  Show Profile  Reply with Quote
Hi,

given the following Code:

class Class1
{
	string Text => "";
	bool Value { get; set; }
}


When I try to move "Text" below "Value" via VA Outline drag and drop, the following bad code is generated:

class Class1
{
 "";
	bool Value { get; set; }
	string Text =>}


feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Feb 08 2022 :  06:20:39 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=137381

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000