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

Add more functionality to Value Nodes #2

Merged
merged 5 commits into from
Mar 22, 2021

Commits on Mar 19, 2021

  1. Add support for StaticType in Value Node

    Change ReflectionMethodBodyScanner to check for StaticType
    Create function for checking DynamicallyAccessMembers on type, basetype
    and interfaces
    Mock tests and use xml to inject DynamicallyAccessMemberTypes
    tlakollo committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    2b00495 View commit details
    Browse the repository at this point in the history
  2. Change some messages

    tlakollo committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5ddb0a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Need a way to ask about the type membertypes

    tlakollo committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    1ab3e62 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    tlakollo committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    bdf6f43 View commit details
    Browse the repository at this point in the history
  3. Fix Value Node

    Fix Tests
    Fix Custom Attribute cache
    tlakollo committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    88ab63f View commit details
    Browse the repository at this point in the history