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

Extend ThatArePublicOrInternal to also look at the setter of properties #2082

Merged
merged 12 commits into from Jan 10, 2023

Commits on Jan 2, 2023

  1. Extended PropertyInfoSelector with GetSetMethod

    Added GetSetMethod
    Changed naming to better match the new functionality
    Ruijin92 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2aa553a View commit details
    Browse the repository at this point in the history
  2. Added new tests for the PropertyInfoSelector

    Testing the new set accessor
    Ruijin92 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    73772b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d63bf7 View commit details
    Browse the repository at this point in the history
  4. Add release notes

    Ruijin92 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6d709ab View commit details
    Browse the repository at this point in the history
  5. Update Tests/FluentAssertions.Specs/Types/PropertyInfoSelectorSpecs.cs

    Co-authored-by: IT-VBFK <49762557+IT-VBFK@users.noreply.github.com>
    Ruijin92 and IT-VBFK committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    99fc98f View commit details
    Browse the repository at this point in the history
  6. Fixed typo

    Ruijin92 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    83f0643 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64c371f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f86bec View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Update docs/_pages/releases.md

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    Ruijin92 and jnyrup committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a549416 View commit details
    Browse the repository at this point in the history
  2. Update Src/FluentAssertions/Types/PropertyInfoSelector.cs

    Co-authored-by: Jonas Nyrup <jnyrup@users.noreply.github.com>
    Ruijin92 and jnyrup committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6ef772e View commit details
    Browse the repository at this point in the history
  3. Update Tests/FluentAssertions.Specs/Types/PropertyInfoSelectorSpecs.cs

    Co-authored-by: Dennis Doomen <dennis.doomen@avivasolutions.nl>
    Ruijin92 and dennisdoomen committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6c1f1b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Restructured tests

    Ruijin92 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7ad0054 View commit details
    Browse the repository at this point in the history