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

Mark generic arguments of dynamically accessed types passed as string #1566

Merged
merged 13 commits into from
Oct 26, 2020

Commits on Oct 22, 2020

  1. Mark dynamically accessed generic arguments

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ae52fb5 View commit details
    Browse the repository at this point in the history
  2. Clean test

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    173fb55 View commit details
    Browse the repository at this point in the history
  3. Use MarkType for keeping generic args

    Enable ComplexTypeHandling tests
    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4bfd074 View commit details
    Browse the repository at this point in the history
  4. Use MarkTypeVisibleToReflection for generic arguments

    Clean tests
    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    11468fd View commit details
    Browse the repository at this point in the history
  5. MarkType always

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    44a3576 View commit details
    Browse the repository at this point in the history
  6. Check for array types in TypeNameResolver

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    545385e View commit details
    Browse the repository at this point in the history
  7. Mark System.Array instead of its element type

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6292f8d View commit details
    Browse the repository at this point in the history
  8. Whitespace

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    75eec50 View commit details
    Browse the repository at this point in the history
  9. PR feedback

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    dbfabbe View commit details
    Browse the repository at this point in the history
  10. Pattern match

    Whitespace
    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    fd5638d View commit details
    Browse the repository at this point in the history
  11. Add extension method ResolveToMainTypeDefinition

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1e3a7e4 View commit details
    Browse the repository at this point in the history
  12. Add comment

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    1248754 View commit details
    Browse the repository at this point in the history
  13. Use ResolveToMainTypeDefinition

    Mateo Torres Ruiz committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    6bcf9a2 View commit details
    Browse the repository at this point in the history