enhance: 单独创建一个SettingsSubPanel展示Hikariii插件设置 #128
Annotations
13 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
osu.Game.Rulesets.IGPlayer/Rs/UI/DrawableIGPlayerRuleset.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Build:
osu.Game.Rulesets.IGPlayer/Rs/UI/DrawableIGPlayerRuleset.cs#L33
Possible null reference argument for parameter 'ruleset' in 'HikariiiPlayerInputManager.HikariiiPlayerInputManager(RulesetInfo ruleset)'.
|
Build:
osu.Game.Rulesets.IGPlayer/Feature/Player/Screens/LLin/LLinScreen.cs#L619
Non-nullable property 'musicController' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
osu.Game.Rulesets.IGPlayer/Rs/Objects/Drawables/DrawableIGPlayerHitObject.cs#L29
'DrawableHitObject.ApplyResult(Action<JudgementResult>)' is obsolete: 'Use overload with state, preferrably with static delegates to avoid allocation overhead.'
|
Build:
osu.Game.Rulesets.IGPlayer/Feature/Player/Screens/LLin/LLinScreen.cs#L932
Dereference of a possibly null reference.
|
Build:
osu.Game.Rulesets.IGPlayer/Feature/Player/Screens/LLin/LLinScreen.cs#L1146
Converting null literal or possible null value to non-nullable type.
|
Build:
osu.Game.Rulesets.IGPlayer/Feature/Player/Screens/LLin/LLinScreen.cs#L1146
Dereference of a possibly null reference.
|
Build:
osu.Game.Rulesets.IGPlayer/IGPlayerRuleset.cs#L46
Possible null reference argument for parameter 'mods' in 'DrawableIGPlayerRuleset.DrawableIGPlayerRuleset(IGPlayerRuleset ruleset, IBeatmap beatmap, IReadOnlyList<Mod> mods = null)'.
|
Build:
osu.Game.Rulesets.IGPlayer/Helper/Configuration/MConfigManager.cs#L70
'MSetting.MvisTabControlPosition' is obsolete
|
Build:
osu.Game.Rulesets.IGPlayer/Helper/Handler/PreviewTrackHandler.cs#L139
Converting null literal or possible null value to non-nullable type.
|
Loading