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

Release 1.1.2 #14

Merged
merged 32 commits into from
Aug 2, 2024
Merged

Release 1.1.2 #14

merged 32 commits into from
Aug 2, 2024

Conversation

matheusamazonas
Copy link
Member

No description provided.

Just "refresh" them so they are serialized again. This doesn't apply any actual changes.
This is a dummy action required so we can enforce PRs to have up-to-date branches. GitHub requires an action to enable that check, so here we are.
There's no static data to cleanup, so we can benefit from the short play delay.
Based on my Rider's settings.
That folder doesn't bring any value, while incrementing the indentation.
There is no need for `FadeOutAsync` to unify cancellation sources because all its usages already do. `FadeInAsync` had a similar scenario, but one of its callers didn't unify the sources, so I changed it to include the unification before calling `FadeInAsync `.
…xtensions

Awaitable asynchronous methods should not catch the `OperationCanceledException` without re-throwing it. Doing so doesn't let the caller know about the cancellation and might lead to bugs.
Following Google Play Store's requirements.
@matheusamazonas matheusamazonas merged commit a5a8349 into master Aug 2, 2024
4 checks passed
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.

1 participant