-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix: Incorrect order of checks for TypeBuilder GetConstructor
and GetField
method
#53645
Merged
eerhardt
merged 16 commits into
dotnet:main
from
BartoszKlonowski:fix-typebuilder-checks-order
Nov 2, 2021
Merged
Fix: Incorrect order of checks for TypeBuilder GetConstructor
and GetField
method
#53645
eerhardt
merged 16 commits into
dotnet:main
from
BartoszKlonowski:fix-typebuilder-checks-order
Nov 2, 2021
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d115433 - Browse repository at this point
Copy the full SHA d115433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cf90a - Browse repository at this point
Copy the full SHA 22cf90aView commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2efe72 - Browse repository at this point
Copy the full SHA f2efe72View commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4940fc1 - Browse repository at this point
Copy the full SHA 4940fc1View commit details -
Apply the same Type checks for Mono
GetConstructor and GetField had the same incorrect checks order comparing to GetMethod as in the CoreCLR. To keep the consistent solution, Mono has also been adjusted.
Configuration menu - View commit details
-
Copy full SHA for 3472615 - Browse repository at this point
Copy the full SHA 3472615View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd50ec9 - Browse repository at this point
Copy the full SHA fd50ec9View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6fcfbf5 - Browse repository at this point
Copy the full SHA 6fcfbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f039dc9 - Browse repository at this point
Copy the full SHA f039dc9View commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 863b984 - Browse repository at this point
Copy the full SHA 863b984View commit details -
Configuration menu - View commit details
-
Copy full SHA for f806283 - Browse repository at this point
Copy the full SHA f806283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f45eb - Browse repository at this point
Copy the full SHA 70f45ebView commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2c2b4a - Browse repository at this point
Copy the full SHA b2c2b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98036aa - Browse repository at this point
Copy the full SHA 98036aaView commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 474a10b - Browse repository at this point
Copy the full SHA 474a10bView commit details
Commits on Oct 6, 2021
-
Get tests passing on both coreclr and mono.
Ensure checks are consistent across GetConstructor, GetField, and GetMethod for both coreclr and mono.
Configuration menu - View commit details
-
Copy full SHA for 23795a0 - Browse repository at this point
Copy the full SHA 23795a0View commit details
Commits on Nov 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7ed1ac - Browse repository at this point
Copy the full SHA f7ed1acView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.