• Inconsistent Behavior For Mac

    Inconsistent Behavior For Mac

    When writing a multi-line linq query, it's common to put one linq statement on each line. Example from VS 2017: var foo = someCollection.Select(p = p.Address).OrderBy(p = p.State).ThenBy(p = p.City); Notice how all subsequent lines were aligned to the FIRST indent level.

    However, VS for mac behaves differently. It appears that it aligns everything on the first 'dot'.

    Numbers

    Inconsistent Person

    Example from VS for mac: var foo = someCollection.Select(p = p.Address).OrderBy(p = p.State).ThenBy(p = p.City); The inconsistency in this behavior when editing the same file on both platforms is a significant headache. Is it possible to standardize this behavior (or at least provide options for how it should behave)? Note: This behavior was seen in VS for Mac 7.1 (build 1297).

    Inconsistent Behavior In Children

    It's quite confusing for Mac players who use this option and play both SCR and SC2. Please close this gap and faithfully duplicate the behavior. Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site.

    Inconsistent Behavior For Mac