Fix compilation error and code style violations - #40
Conversation
- Rename `backpopulateUserTags` to `BackpopulateUserTags` in `BackgroundDataStoreProcessor` to fix compilation error. - Fix IDE0055 formatting errors in collection expressions (spacing after `..` and object initializer formatting). Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Remove `cache: true` from `.github/workflows/ci.yml` as `packages.lock.json` is not present in the repository, causing `actions/setup-dotnet` to fail. Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
Fixed missing blank line in `TestSceneMultiplayerMatchSubScreen.cs` and removed unused `using System;` in `BackgroundDataStoreProcessorTests.cs` to resolve code quality check failures. Verified with `dotnet build -warnaserror`. Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
Renamed
backpopulateUserTagstoBackpopulateUserTagsinBackgroundDataStoreProcessor.csto resolve a naming mismatch and compilation error. Also updated the override inBackgroundDataStoreProcessorTests.cs. Additionally, fixed multipleIDE0055code style violations related to formatting of collection expressions (specifically spacing around the spread operator..and multi-line formatting for object initializers) inRankingsTable.cs,SupportedExtensions.cs,TestSceneStatisticsPanel.cs,TestSceneUserTagControl.cs,BeatmapCarouselFilterGroupingTest.cs, andTestSceneBeatmapCarouselCollectionGrouping.cs. Verified by building with-p:EnforceCodeStyleInBuild=true.PR created automatically by Jules for task 16971084119749828127 started by @winnerspiros