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

Reduce compilation warnings, so we can see when something is wrong. #336

Closed
wants to merge 5 commits into from

Conversation

CartBlanche
Copy link
Collaborator

@CartBlanche CartBlanche commented Aug 4, 2023

No description provided.

@CartBlanche CartBlanche self-assigned this Aug 4, 2023
@CartBlanche CartBlanche changed the title Reduct compilation warnings, so we can see when something is wrong. Reduce compilation warnings, so we can see when something is wrong. Aug 4, 2023
@jorgedevs
Copy link
Contributor

@CartBlanche are you still working on this? If you're not, mark as Ready for Review and we can take a look.

@CartBlanche
Copy link
Collaborator Author

@jorgedevs Yes I'm still working on it (2 other PRs have take priority over the last week). Also more testing required as it's quite an extensive change. Hopefully this week I'll change it to ready for review.

@CartBlanche
Copy link
Collaborator Author

@jorgedevs I've decided to park this PR and instead work on zeroing the warnings in V2.
It makes more sense to focus on that right now.

@CartBlanche CartBlanche closed this Oct 4, 2023
public string FirstName { get; set; }
public string LastName { get; set; }
public string FullName { get; set; }
public string? Id { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Since these are DTOs used by Cloud, verify that these can be nullable objects and still operate before committing these. the other option is to initialize them to default!, which will also eliminate the warning

@ctacke ctacke deleted the dominique-ZeroWarnings branch December 7, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants