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

Add nullable annotations to commands #2959

Merged
merged 1 commit into from Sep 19, 2023

Conversation

bdovaz
Copy link
Contributor

@bdovaz bdovaz commented Sep 15, 2023

I have also taken the opportunity to apply the features of new versions of C#.

I have concerns on how to act on the AsyncDelegateCommand when casting. I have chosen to use ! (null-forgiving) but I want your opinion.

@bdovaz
Copy link
Contributor Author

bdovaz commented Sep 15, 2023

I understand that what has failed is not my fault since it is in a checkout step.

@bdovaz
Copy link
Contributor Author

bdovaz commented Sep 18, 2023

@dansiegel is the PR ready to merge? You have not answered to the doubt that I have raised initially, I do not know if you agree with my approach or you have not read it.

Thank you!

@dansiegel
Copy link
Member

@bdovaz just waiting on a review from @brianlagunas

@brianlagunas
Copy link
Member

I'm hesitant to add this now since we are in the middle of a major effort, but Dan doesn't mind dealing with any issues that come of this 🤣 .

@bdovaz
Copy link
Contributor Author

bdovaz commented Sep 19, 2023

@brianlagunas my idea is to help you step by step to implement it by parts in different PR, project by project (Example: Prism.Core) and block by block (Example: Commands).

@dansiegel dansiegel merged commit 7c69cfc into PrismLibrary:master Sep 19, 2023
5 of 6 checks passed
@dansiegel
Copy link
Member

Thanks for the PR @bdovaz

@bdovaz bdovaz deleted the feature/nullable-annotations branch September 19, 2023 21:09
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.

None yet

3 participants