T O P I C R E V I E W |
andray71 |
Posted - Apr 18 2012 : 7:11:51 PM When using VA Outline to move method from one position to another it incorrectly moves methods attributes.
Example:
[WebMethod] public string f1() { return "hello world"; } [WebMethod] public string f2() { return "hello world"; }
When I move f1() below f2() I get this:
[WebMethod] public string f2() { return "hello world"; } public string f1() { return "hello world"; } [WebMethod] |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Dec 21 2013 : 01:34:42 AM case=7606 is fixed in build 2023. |
feline |
Posted - Apr 19 2012 : 5:28:32 PM I am seeing the same problem here, thank you for the clear example:
case=7606
Hopefully this is not a constant problem for you. |