Current filter:
                                You should refresh the page.
                                0
                                  • IIRC this may be core issue with the way code gets re-emitted but logging it as it bit me today and there's a chance that it's because of something its trying to do on the first line of the method.

                                    Steps to Reproduce:

                                    Do a Line Up Parameters on:

                                    public class MyClass

                                            {

                                                public MyClass( string paramName,

                                                                string paramName2,

                                                                string paramName3 )

                                                {

                                    #if !EXCLUDE_FOR_TEST_ONLY

                                                    Console.WriteLine( "Testing" );

                                    #endif

                                                }

                                            }

                                    Actual Results:

                                    public class MyClass

                                            {

                                                public MyClass( string paramName, string paramName2, string paramName3 )

                                                {

                                                    Console.WriteLine( "Testing" );

                                                }

                                            }

                                    Expected Results:

                                    Dont mangle my ifdefs!

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.