-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
EnC Support for Generics #85269
EnC Support for Generics #85269
Conversation
mikelle-rogers
commented
Apr 24, 2023
- Updated documentation
- CoreCLR support
- Extensive updates to left-side logging
- Convert master/slave terminology to primary/replica based on https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/m/master-slave .
- Basic E2E has been validated in VS using Roslyn private bits
- Update inappropriate naming - Update many logging statements - Remove unused code
Fix off by one for string logging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at the debug portions before, quickly rescanning and still looks fine. I didn't look much at the type-system changes for new fields. If that needs a closer review I'd need to take some time to better understand that area of the code and I assume @davidwrighton is already better versed on it.
41cad54
to
c492151
Compare