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

#1681 'using' statements life hacks #1682

Merged
merged 16 commits into from
Sep 25, 2023
Merged

#1681 'using' statements life hacks #1682

merged 16 commits into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. samples

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    287a95f View commit details
    Browse the repository at this point in the history
  2. Ocelot

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    aa1a5a8 View commit details
    Browse the repository at this point in the history
  3. Ocelot.*

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bcebf14 View commit details
    Browse the repository at this point in the history
  4. tests

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f99a0e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c0c17e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fccc406 View commit details
    Browse the repository at this point in the history
  7. Add global usings

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7961d3c View commit details
    Browse the repository at this point in the history
  8. Remove Unnecessary Usings.

    IDE0005: Using directive is unnecessary.
    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3134c21 View commit details
    Browse the repository at this point in the history
  9. IDE0001: Name can be simplified.

    Remove 'global::' prefix
    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    db714bd View commit details
    Browse the repository at this point in the history
  10. IDE0005: Using directive is unnecessary.

    Remove and Sort Usings
    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5da9cde View commit details
    Browse the repository at this point in the history
  11. IDE0005: Using directive is unnecessary.

    Remove Unnecessary Usings
    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3581302 View commit details
    Browse the repository at this point in the history
  12. Disable implicit usings

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a42f766 View commit details
    Browse the repository at this point in the history
  13. Add required usings

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    35e1489 View commit details
    Browse the repository at this point in the history
  14. Global usings

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4e79152 View commit details
    Browse the repository at this point in the history
  15. Add required namespace

    raman-m committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    92cabfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c163a5 View commit details
    Browse the repository at this point in the history