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

Fix SynchronizedSet constructor #13

Merged
merged 4 commits into from
Mar 21, 2024
Merged

Fix SynchronizedSet constructor #13

merged 4 commits into from
Mar 21, 2024

Commits on Apr 11, 2018

  1. Fix SynchronizedSet constructor

    None of the sets in the BCL actually implement ICollection, so constructor
    was throwing an exception.
    hazzik committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    522663a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    55f4d75 View commit details
    Browse the repository at this point in the history
  2. code review suggestions

    hazzik committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    57bd83f View commit details
    Browse the repository at this point in the history
  3. fix whitespaces

    hazzik committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2512d58 View commit details
    Browse the repository at this point in the history