Lukas Kurz
Lukas Kurz
https://unicode-org.atlassian.net/browse/CLDR-19139
Hey @Ansita20! I'm not part of the core-team but @rhuanjl can assign you 🙂. This is another strange issue (Intl tests are failing) that requires to reproduce a specific environment....
@NeKoOuO Please add yourself to [`CREDITS.md`](https://github.com/nearby-sharing/android/blob/main/CREDITS.md) by pushing a new commit onto this PR
You should also rename your files to match this new pre- / postfix.
@NeKoOuO Now you just need to follow the rest of [this Wiki entry](https://github.com/nearby-sharing/android/wiki/Contributing#add-translation) to add the missing translation for the welcome and setup page
Great, thank you very much! I'll test this and then merge it afterwards!
Thank you very much for your contribution! I'm sorry this took so long; I've been quite busy over the last view months 🙈
It's merged 🎉
I really like this idea! As far as I can tell, the `AsyncMethodBuilder` structs should not be `readonly` though. The `SetResult` method will [try to mutate](https://github.com/dotnet/runtime/blob/655ec8aae923a79d49d2d4b504c1411c71810628/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs#L467-L480) the inner `AsyncTaskMethodBuilder`. But...