Skip to content
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

Add style option (and UI) for preferring file scoped namespaces #55043

Merged
merged 50 commits into from
Jul 26, 2021

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    43a164b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Scaffolding

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    3a1c6fb View commit details
    Browse the repository at this point in the history
  2. Working

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    f8b8854 View commit details
    Browse the repository at this point in the history
  3. Whitespace

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    4e04d3a View commit details
    Browse the repository at this point in the history
  4. working

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    e1ca37a View commit details
    Browse the repository at this point in the history
  5. Fix check

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    da4a837 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe29b72 View commit details
    Browse the repository at this point in the history
  7. Update src/Features/CSharp/Portable/ConvertNamespace/ConvertNamespace…

    …CodeRefactoringProvider.cs
    CyrusNajmabadi authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    89f76f3 View commit details
    Browse the repository at this point in the history
  8. Simplify

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ec9a8c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cdf32d View commit details
    Browse the repository at this point in the history
  10. Simplify

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6143064 View commit details
    Browse the repository at this point in the history
  11. Fix

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    eab3b8f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce024a7 View commit details
    Browse the repository at this point in the history
  13. Add name

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    92e56ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69eaa73 View commit details
    Browse the repository at this point in the history
  15. Add test

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    275a415 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cac2b64 View commit details
    Browse the repository at this point in the history
  17. Add tests

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ac76a27 View commit details
    Browse the repository at this point in the history
  18. Add tests

    CyrusNajmabadi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    4ddf9be View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Ad dtests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1c48e49 View commit details
    Browse the repository at this point in the history
  2. use equiv key

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    23594c9 View commit details
    Browse the repository at this point in the history
  3. Move to an enum

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8283983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80f944b View commit details
    Browse the repository at this point in the history
  5. switch to an enum

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4c7b9db View commit details
    Browse the repository at this point in the history
  6. Add tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6f78817 View commit details
    Browse the repository at this point in the history
  7. Update formatter

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    95b9cd5 View commit details
    Browse the repository at this point in the history
  8. tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    08ec0a7 View commit details
    Browse the repository at this point in the history
  9. Tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    10cecf5 View commit details
    Browse the repository at this point in the history
  10. Add tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d6e325c View commit details
    Browse the repository at this point in the history
  11. tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    fb592a0 View commit details
    Browse the repository at this point in the history
  12. Tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7291263 View commit details
    Browse the repository at this point in the history
  13. add tests

    CyrusNajmabadi committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3a6d042 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    a530117 View commit details
    Browse the repository at this point in the history
  2. Fix test

    CyrusNajmabadi committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    594d1be View commit details
    Browse the repository at this point in the history
  3. Before split

    CyrusNajmabadi committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    1656aa7 View commit details
    Browse the repository at this point in the history
  4. Update tests

    CyrusNajmabadi committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    fe53780 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Tests

    CyrusNajmabadi committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    1186364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e35ea View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/devjcouvintegration-test' into…

    … fileScopedNamespaceStyle
    CyrusNajmabadi committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    4a09306 View commit details
    Browse the repository at this point in the history
  4. Add name

    CyrusNajmabadi committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    13533a0 View commit details
    Browse the repository at this point in the history
  5. Update tests

    CyrusNajmabadi committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    a72e35e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Share code

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    34541ed View commit details
    Browse the repository at this point in the history
  2. Simplify

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    91cd171 View commit details
    Browse the repository at this point in the history
  3. NRT

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3cc0cc9 View commit details
    Browse the repository at this point in the history
  4. tests

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    403ac97 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4411dab View commit details
    Browse the repository at this point in the history
  6. Fix tests

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3097152 View commit details
    Browse the repository at this point in the history
  7. Move to analyzer lib

    CyrusNajmabadi committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fd48f8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45e7a90 View commit details
    Browse the repository at this point in the history
  9. Update src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems

    Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
    CyrusNajmabadi and Youssef1313 authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    42261eb View commit details
    Browse the repository at this point in the history