-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Removed declarative CAS permission attributes and comments (Part 2) #1035
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
Conversation
lgtm. did you get a chance to run an IL-diff on the resultant assemblies and the pre-change assemblies? |
looks good! |
I didn't get a chance to do that yet, but I will run it before merging this PR |
src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/TextAnalyzer.cpp
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/DirectWriteForwarder/CPP/DWriteWrapper/TextAnalyzer.cpp
Show resolved
Hide resolved
I did a quick IL-diff scan and the changes look ok to me. There is some compiler generated code in DirectWriteForwarder that uses |
Will take a look and include this in the last PR |
Part of issue #241