-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Enabled correct WeakReferenceMessenger path on .NET 5 #3932
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
Enabled correct WeakReferenceMessenger path on .NET 5 #3932
Conversation
|
Thanks Sergio0694 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 🙌 |
|
Hey @azchohfi - just FYI in case you haven't noticed it, I think the CI is currently broken for this repo 🤔 Not sure it's related to some doc issue in the repo since the main branch is building just fine from what I can see. EDIT: I'm terribly sorry to the other Alex for the accidental ping, I clicked on the wrong autocomplete item 😅 |
|
cherry pick this: |
a740074 to
c0ec8d9
Compare
|
Worked like a charm, thanks @azchohfi! You're the ultimate git/CI wizard 🙌🧙♂️✨ |
4b17b0d to
5dc179f
Compare
|
Hello @RosarioPulella! 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 (
|
834ee28 to
fe7a98b
Compare
|
FYI @shweaver-MSFT, you were also hitting the InheritDoc issue. |
Follow up for #3424
PR Type
What kind of change does this PR introduce?
Overview
The .NET 5 target currently uses the .NET Standard 2.0 code path within
WeakReferenceMessenger.Not technically a bug since the implementation does work, but it can be greatly simplified like on .NET Standard 2.1.
This should also make the code add slightly less GC pressure over time due to less additional data structures in use.
PR Checklist
Please check if your PR fulfills the following requirements:
Pull Request has been submitted to the documentation repository instructions. Link:Sample in sample app has been added / updated (for bug fixes / features)Icon has been created (if new sample) following the Thumbnail Style Guide and templates