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

Wrong cached value pulled from cache #142

Open
Purtzel opened this issue Feb 6, 2024 · 0 comments
Open

Wrong cached value pulled from cache #142

Purtzel opened this issue Feb 6, 2024 · 0 comments

Comments

@Purtzel
Copy link

Purtzel commented Feb 6, 2024

Hello,

when getting informations for the following two methods:

void Test( int test, bool bvalue );

void Test( bool bvalue = true );

When using ToContextualParameter on the parameter of the second overload, I'll get the information from the second parameter of the first overload which is wrong.
The property information for the parameter of the second method is drawn incorrectly from the dictionary because the cache key is not selective enough to distinguish between the two overloaded methods.

@Purtzel Purtzel changed the title Wrong property pulled from cache Wrong cached value pulled from cache Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant