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

Really fix Dashboard crash when widgets runtime isn't present #3828

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

krschau
Copy link
Collaborator

@krschau krschau commented Sep 10, 2024

Summary of the pull request

#3819 wasn't a sufficient fix because we were still calling .First() on a potentially empty list. Instead, check if there's anything in the list and return null if there isn't.

References and relevant issues

Detailed description of the pull request / Additional comments

Validation steps performed

PR checklist

@krschau krschau merged commit 619a3fb into main Sep 10, 2024
4 checks passed
@krschau krschau removed this from the Dev Home v0.18 milestone Sep 10, 2024
@krschau krschau deleted the user/krschau/crashfix2 branch September 18, 2024 14:58
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.

DevHome crashes on startup: GetWidgetPlatformRuntimePackage returns null
3 participants