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

Fixed CA1854: Prefer IDictionary.TryGetValue(TKey, out TValue) occurrences #66515

Merged
merged 10 commits into from
Jun 27, 2023

Commits on Jan 22, 2023

  1. fixed CA1854 occurrences c#

    Miizukii committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    cb4a825 View commit details
    Browse the repository at this point in the history
  2. fixed CA1854 occurrences VB

    Miizukii committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d3e086f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f18367 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Address PR feedback

    Miizukii committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    69c3067 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Update src/Workspaces/Core/Portable/Rename/ConflictEngine/RenamedSpan…

    …sTracker.cs
    
    Co-authored-by: Jan Jones <[email protected]>
    Miizukii and jjonescz authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    387350d View commit details
    Browse the repository at this point in the history
  2. remove redundant ifs

    Miizukii committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    06889ca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Apply suggestions from code review

    Co-authored-by: CyrusNajmabadi <[email protected]>
    Miizukii and CyrusNajmabadi authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    dfb9ca6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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

Commits on Apr 14, 2023

  1. Merge remote-tracking branch 'origin/main' into FixedCa1854

    # Conflicts:
    #	src/Features/Core/Portable/SyncNamespaces/AbstractSyncNamespacesService.cs
    #	src/Features/LanguageServer/Protocol/Workspaces/LspWorkspaceManager.cs
    Miizukii committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    bd4ba06 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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