Skip to content

Trying to change the order and add mscorlib from gamepath #97

Trying to change the order and add mscorlib from gamepath

Trying to change the order and add mscorlib from gamepath #97

Triggered via push January 25, 2025 12:48
Status Failure
Total duration 28s
Artifacts

Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
Build: MultiplayerCore/Beatmaps/BeatSaverPreviewMediaData.cs#L26
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Beatmaps/Providers/MpBeatmapLevelProvider.cs#L33
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Beatmaps/BeatSaverPreviewMediaData.cs#L33
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Beatmaps/Providers/MpBeatmapLevelProvider.cs#L56
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Helpers/ZipExtractor.cs#L24
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Beatmaps/NetworkBeatmapLevel.cs#L61
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/Helpers/ZipExtractor.cs#L224
Missing compiler required member 'System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException'
Build: MultiplayerCore/ScoreSyncState/MpScoreSyncStateManager.cs#L35
Missing compiler required member 'System.Nullable`1.GetValueOrDefault'
Build: MultiplayerCore/ScoreSyncState/MpScoreSyncStateManager.cs#L36
Missing compiler required member 'System.Nullable`1.GetValueOrDefault'
Build: MultiplayerCore/NodePoseSyncState/MpNodePoseSyncStateManager.cs#L36
Missing compiler required member 'System.Nullable`1.GetValueOrDefault'
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build
Failed to read package.json from /home/runner/work/init-beatsaber/init-beatsaber/package.json. Using default version.
Build: MultiplayerCore/UI/MpRequirementsUI.cs#L137
Possible null reference argument for parameter 'levelHash' in 'MpBeatmapPacket? MpPlayersDataModel.FindLevelPacket(string levelHash)'.
Build: MultiplayerCore/Patchers/PlayerCountPatcher.cs#L47
Dereference of a possibly null reference.
Build: MultiplayerCore/Patchers/PlayerCountPatcher.cs#L85
Dereference of a possibly null reference.
Build: MultiplayerCore/Patchers/GameServerPlayerTableCellPatcher.cs#L89
Dereference of a possibly null reference.
Build: MultiplayerCore/UI/MpPerPlayerUI.cs#L457
Dereference of a possibly null reference.
Build: MultiplayerCore/UI/MpColorsUI.cs#L36
Non-nullable field 'noteColorToggle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: MultiplayerCore/UI/MpColorsUI.cs#L36
Non-nullable field 'environmentColorToggle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: MultiplayerCore/UI/MpColorsUI.cs#L36
Non-nullable field 'obstacleColorsToggle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: MultiplayerCore/Objects/MpEntitlementChecker.cs#L89
Possible null reference argument for parameter 'hash' in 'bool Collections.songWithHashPresent(string hash)'.
Build: MultiplayerCore/Objects/MpEntitlementChecker.cs#L106
Possible null reference argument for parameter 'hash' in 'Task<Beatmap?> BeatSaver.BeatmapByHash(string hash, CancellationToken token = default(CancellationToken), bool skipCacheCheck = false)'.