-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Handle Assembly being null #3866
Conversation
Thanks andrewleader for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
Thanks @andrewleader for the quick fix! Did you take a quick audit of any other spots in the code that may also need null checks? (I mean while we're at it... 😋) |
I didn't do a thorough check through for other possible null issues, I don't think there's anything else obvious... welcome to feedback from others but so far we've seemed good (and multiple partners have verified that things work end-to-end). If you have suggestions let me know :) |
@azchohfi looks like the SmokeTest issue is back? ☹
|
Hello @michael-hawker! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
Nop. I just found out the reason this failed. I'm checking if there is a way to force the same commit to be used on all jobs, and not latest on each job. |
Fixes #3861
PR Type
What kind of change does this PR introduce?
What is the current behavior?
If a desktop app's entry assembly is null, sending a notification throws an exception
What is the new behavior?
It'll correctly fall back to the process name and work.
PR Checklist
Customer verified that the fix fixes their problem!
Please check if your PR fulfills the following requirements:
Other information