Skip to content

Bump ppy.osu.Framework from 2021.728.0 to 2021.811.0 - #31

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.811.0
Closed

Bump ppy.osu.Framework from 2021.728.0 to 2021.811.0#31
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.811.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2021

Copy link
Copy Markdown

Bumps ppy.osu.Framework from 2021.728.0 to 2021.811.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2021.811.0

Thanks for following along! This is a tagged release (2021.811.0).

2021.810.0

Thanks for following along! This is a tagged release (2021.810.0).

2021.809.0

Thanks for following along! This is a tagged release (2021.809.0).

2021.807.0

Thanks for following along! This is a tagged release (2021.807.0).

2021.805.0

Thanks for following along! This is a tagged release (2021.805.0).

2021.804.0

Thanks for following along! This is a tagged release (2021.804.0).

2021.803.0

Thanks for following along! This is a tagged release (2021.803.0).

Breaking Changes

EnumLocalisationMapper for enum localisation has been replaced with per-member LocalisableDescription attributes

As the current way for localising enums require a side-class for the mapping, it became a tedious procedure to localise enums and lengthens a lot of files for supporting such.

Therefore a new LocalisableDescription attribute has been added allowing for localisation in a more performant and single-lined way.

-    [LocalisableEnum(typeof(SearchEnumLocalisationMapper))]
     public enum Search
     {
+        [LocalisableDescription(typeof(Strings), nameof(Strings.SearchHide))]
         Hide,
-        Show
-    }
-
-    public class SearchEnumLocalisationMapper : EnumLocalisationMapper<Search>
-    {
-        public override LocalisableString Map(Search value)
-        {
-            switch (value)
-            {
-                case Search.Hide:
-                    return Strings.SearchHide;
-
-                case Search.Show:
-                    return Strings.SearchShow;
</tr></table>

... (truncated)

Commits
  • c70632d Merge pull request #4682 from peppy/obsolete-get-entry-path
  • 9845741 Remove unused using
  • 1861436 Redirect and add obsoletion notice
  • acbf0e7 Merge pull request #4653 from jai-x/fix-basepath-in-portable-singlefile-publish
  • 4c4b9fc Merge branch 'master' into fix-basepath-in-portable-singlefile-publish
  • a90fe50 Merge pull request #4680 from smoogipoo/fix-start-on-seek-backwards
  • 290e83e Merge branch 'master' into fix-start-on-seek-backwards
  • 32d4526 Merge pull request #4681 from peppy/fix-localised-bindable-overhead
  • a8c7463 Add benchmark coverage
  • 59a4b89 Avoid binding to parameters until actually required
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ppy.osu.Framework](https://github.com/ppy/osu-framework) from 2021.728.0 to 2021.811.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2021.728.0...2021.811.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2021

Copy link
Copy Markdown
Author

Superseded by #41.

@dependabot dependabot Bot closed this Sep 1, 2021
@dependabot
dependabot Bot deleted the dependabot/nuget/ppy.osu.Framework-2021.811.0 branch September 1, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants