-
Notifications
You must be signed in to change notification settings - Fork 754
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
Cleaned up UserProfile Class #4195
Conversation
valadas
commented
Oct 15, 2020
- Resolves many stylecop warnings in UserProfile
- Makes constants for retrieving profile properties obsolute and re-implements them as private constants
- Updated some upstream classes to use IPortalSettings instead of PortalSettings
- Implemented automated stylecop fixes on many other files in the same project
- Resolves many stylecop warnings in UserProfile - Makes constants for retrieving profile properties obsolute and re-implements them as private constants - Updated some upstream classes to use IPortalSettings instead of PortalSettings - Implemented automated stylecop fixes on many other files in the same project
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.
Thanks! We just need to add a deprecated PortalSettings
overload for that public
method, otherwise it's all good (with a couple of XML doc suggestions).
I've verified this produced 37,378 warnings while the previous build produced 37,507 warnings (i.e. this removes 129 warnings).
DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs
Outdated
Show resolved
Hide resolved
DNN Platform/Library/Services/Tokens/PropertyAccess/IPropertyAccess.cs
Outdated
Show resolved
Hide resolved
Yeah, so we are almost done here 🤣 |
… one with IPortalSettings
…ccess.cs Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
…ccess.cs Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
….Platform into user-profile-cleanup
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.
Looks great, thanks!