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

Document arrays of GenericParameters with XmlComments and support Overload methods #2982

Commits on Jul 14, 2024

  1. Document arrays of GenericParameters with XmlComments

    Javier García de la Noceda Argüelles committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    0b67d44 View commit details
    Browse the repository at this point in the history
  2. Overload methods with the same number of parameters

    Javier García de la Noceda Argüelles committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d7d5019 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fix IntegrationTests

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f6c5f92 View commit details
    Browse the repository at this point in the history
  2. PR comments on typos and spaces

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0e8c24c View commit details
    Browse the repository at this point in the history
  3. Do not calculate constructedTypeParameters in Linq method

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d476491 View commit details
    Browse the repository at this point in the history
  4. UnitTest for MethodInfoExtensions

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4dcb99b View commit details
    Browse the repository at this point in the history
  5. Add more test on MethodInfoExtensions

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3154256 View commit details
    Browse the repository at this point in the history
  6. Fix issue with IEnumerable<T> and List<T>

    Javier García de la Noceda Argüelles committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1671a31 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. PR comments on test of GetUnderlyingGenericTypeMethod

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    110bc57 View commit details
    Browse the repository at this point in the history
  2. Assert.NotNull on several parameters

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ed1d58c View commit details
    Browse the repository at this point in the history
  3. PR suggestions

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    723f812 View commit details
    Browse the repository at this point in the history
  4. TheoryData with more information

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1ac66a7 View commit details
    Browse the repository at this point in the history
  5. Avoid using Tuples with TheoryData

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    fdc7385 View commit details
    Browse the repository at this point in the history
  6. Fix commented code

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d99a648 View commit details
    Browse the repository at this point in the history
  7. expectedReturnType renamed

    Javier García de la Noceda Argüelles committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9fc8dbe View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Martin Costello <[email protected]>
    jgarciadelanoceda and martincostello committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cfdd5e9 View commit details
    Browse the repository at this point in the history