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

improve testing with reculy IClient #671

Closed
wants to merge 3 commits into from

Commits on Nov 5, 2021

  1. improve testing with reculy IClient

    This is a breaking change
    
    Cannot write unit tests with paging, because IClient returns Pager<T>,
    a type that mocking frameworks have hard time to create stubs of.
    Extracting a minimalistic interface, IPager<T>, and defining that as
    return type solves the issue.
    quexy committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    12d9976 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. fixed missing language feature: 'default' literal

    The default literal was added in C# v7.1
    quexy committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    38c2fc3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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