Skip to content
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

Merged
merged 6 commits into from
Oct 15, 2020
Merged

Conversation

valadas
Copy link
Contributor

@valadas 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
Copy link
Contributor

@bdukes bdukes left a 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).

@valadas
Copy link
Contributor Author

valadas commented Oct 15, 2020

I've verified this produced 37,378 warnings while the previous build produced 37,507 warnings (i.e. this removes 129 warnings).

Yeah, so we are almost done here 🤣

@valadas valadas requested a review from bdukes October 15, 2020 17:56
Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

@bdukes
Copy link
Contributor

bdukes commented Oct 15, 2020

I did some analysis on the build log, and if we ignore the SA16xx documentation warnings and the CS0618 obsolete warnings, we're almost there with only a little over 10,000 warnings left.

I am this close GIF

@bdukes bdukes merged commit eb9059e into dnnsoftware:develop Oct 15, 2020
@valadas valadas deleted the user-profile-cleanup branch April 14, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants