-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Adjust DTO accessors to make them public #277
Conversation
…pply XML comments on all required public members.
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, looks good to me! Sealed is a good choice for the classes as they should not be inherited or extended. @josesimoes for a quick look as it's a sensitive nuget :-)
Co-authored-by: José Simões <jose.simoes@eclo.solutions>
Remove public sets.
I've also remove some parameterless constructors. The logic behind was simple - previously they were internal without any references. Now, because we are going with "public" let's clean it to keep public API minimal as possible. |
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 think we're good now!
Thank you for another improvement. 👍🏻
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist: