-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix Equals in hot reload scenario #78249
Conversation
Tagging subscribers to this area: @dotnet/area-system-reflection Issue DetailsWhile fixing Hot Reload breaks MethodInfo equality we caused regression in PropertyInfo, FieldInfo and EventInfo. See details: Huge Breaking Issue in Net7 with MemberInfo equality Fixes: #78218
|
src/libraries/System.Runtime/tests/System/Reflection/ReflectionCacheTests.cs
Show resolved
Hide resolved
…nCacheTests.cs Co-authored-by: Steve Harter <steveharter@users.noreply.github.com>
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3448761127 |
The failure unrelated and reported, merging |
While fixing Hot Reload breaks MethodInfo equality we caused regression in PropertyInfo, FieldInfo and EventInfo.
See details: Huge Breaking Issue in Net7 with MemberInfo equality
Fixes: #78218