Commit Graph

75 Commits

Author SHA1 Message Date
Nuget Ninja edbc3aa37d Auto csproj fix and update by bot. 2025-10-15 05:02:23 +00:00
Nuget Ninja 9dd1c0b591 Auto csproj fix and update by bot. 2025-10-09 05:02:01 +00:00
Nuget Ninja 148b41482f Auto csproj fix and update by bot. 2025-10-08 05:02:04 +00:00
Nuget Ninja aa9a3d50fb Auto csproj fix and update by bot. 2025-10-05 05:02:02 +00:00
Nuget Ninja 3de8b7b6bc Auto csproj fix and update by bot. 2025-10-03 05:02:09 +00:00
Nuget Ninja 9a0106aa2a Auto csproj fix and update by bot. 2025-10-02 05:02:15 +00:00
Nuget Ninja eebb842d23 Auto csproj fix and update by bot. 2025-10-01 05:02:31 +00:00
Nuget Ninja 62e1d01188 Auto csproj fix and update by bot. 2025-09-04 05:01:47 +00:00
Nuget Ninja a58c5ab64e Auto csproj fix and update by bot. 2025-08-27 05:01:59 +00:00
Nuget Ninja 8871c1b744 Auto csproj fix and update by bot. 2025-08-15 05:01:47 +00:00
Nuget Ninja 336e5604c5 Auto csproj fix and update by bot. 2025-07-31 05:02:06 +00:00
Nuget Ninja e2820cab48 Auto csproj fix and update by bot. 2025-06-18 05:01:23 +00:00
Nuget Ninja c0fe020cae Auto csproj fix and update by bot. 2025-06-11 05:01:23 +00:00
Nuget Ninja b1de708b6d Auto csproj fix and update by bot. 2025-06-04 05:01:19 +00:00
Nuget Ninja 41084146d9 Auto csproj fix and update by bot. 2025-06-01 06:14:47 +00:00
Nuget Ninja 6873b75ec2 Auto csproj fix and update by bot. 2025-04-19 05:00:58 +00:00
Nuget Ninja c3408edcab Auto csproj fix and update by bot. 2025-03-18 05:00:55 +00:00
Nuget Ninja f76faef334 Auto csproj fix and update by bot. 2025-03-15 05:01:04 +00:00
Nuget Ninja fcb6678a1c Auto csproj fix and update by bot. 2025-02-20 05:01:01 +00:00
Nuget Ninja 248c4e58ec Auto csproj fix and update by bot. 2025-02-19 05:00:59 +00:00
Nuget Ninja 917f766829 Auto csproj fix and update by bot. 2025-02-15 05:01:03 +00:00
Nuget Ninja 6c5b03e786 Auto csproj fix and update by bot. 2025-02-13 05:06:50 +00:00
Nuget Ninja 18cd117925 Auto csproj fix and update by bot. 2025-02-11 05:01:18 +00:00
Nuget Ninja 0f3ade5d3f Auto csproj fix and update by bot. 2025-01-28 05:01:11 +00:00
Nuget Ninja dba7b8e281 Auto csproj fix and update by bot. 2025-01-22 05:01:01 +00:00
Nuget Ninja b24c4d13cb Auto csproj fix and update by bot. 2025-01-20 05:01:12 +00:00
Nuget Ninja ad5fff030f Auto csproj fix and update by bot. 2025-01-14 05:00:58 +00:00
Anduin Xue e1ff2b84bc Update dependencies and optimize chess move computation
Upgraded various package dependencies in both test and main projects to their latest stable versions. Simplified the chess move computation logic by replacing custom depth handling with a streamlined `go depth` command for improved clarity and maintainability.
2025-01-01 15:19:47 +00:00
Anduin Xue ed70c58800 Bump runtime version from 8.0 to 9.0. 2025-01-01 14:01:42 +00:00
Nuget Ninja d19f5e67a3 Auto csproj fix and update by bot. 2024-12-04 05:01:17 +00:00
Nuget Ninja d4f4743d64 Auto csproj fix and update by bot. 2024-11-20 05:01:23 +00:00
Anduin Xue 34b58a94a5 Update package versions and clean code imports
Updated various package references to their latest versions in the project and test files. Additionally, removed unnecessary `Aiursoft.AiurObserver.Extensions` imports from several controller files to clean up the code.
2024-11-13 05:10:49 +00:00
Nuget Ninja 27f4c38239 Auto csproj fix and update by bot. 2024-11-02 05:01:00 +00:00
Nuget Ninja 588c4d69df Auto csproj fix and update by bot. 2024-10-13 05:00:52 +00:00
Nuget Ninja b61e1a836b Auto csproj fix and update by bot. 2024-10-05 05:00:59 +00:00
Nuget Ninja 709702ca5e Auto csproj fix and update by bot. 2024-09-13 05:00:56 +00:00
Nuget Ninja 02c9c08717 Auto csproj fix and update by bot. 2024-09-08 05:01:04 +00:00
Nuget Ninja a8ce3f606c Auto csproj fix and update by bot. 2024-08-22 05:01:06 +00:00
Nuget Ninja f3090cd855 Auto csproj fix and update by bot. 2024-08-20 05:00:46 +00:00
Nuget Ninja 4405b0da39 Auto csproj fix and update by bot. 2024-08-07 05:01:13 +00:00
Nuget Ninja dc2680d124 Auto csproj fix and update by bot. 2024-07-31 05:01:00 +00:00
Nuget Ninja 88d35442f4 Auto csproj fix and update by bot. 2024-07-18 05:01:22 +00:00
Anduin 67b4d6546d Refactor ChessServer test methods and cleanup unused imports
Several test methods in the ChessServer module have been refactored for better readability and maintainability. A new method, CreateChallengeForTest, was introduced to reduce redundancy. The use of unnecessary imports in the InMemoryDatabase class has also been tidied up.
2024-06-18 08:13:35 +00:00
Anduin 47b6fbee57 Refactor test initialization and redirect actions
The test initialization method within BasicTests.cs has been simplified for improved code readability. Additionally, redundant playerId argument has been removed from RedirectToAction calls within HomeController.cs, streamlining redirection methods.
2024-06-18 05:55:17 +00:00
Nuget Ninja 186677f5b6 Auto csproj fix and update by bot. 2024-06-05 05:00:52 +00:00
Nuget Ninja e55b5da535 Auto csproj fix and update by bot. 2024-05-28 05:00:53 +00:00
AnduinXue ce5956ef43 Fix UT. 2024-04-06 08:44:09 +00:00
AnduinXue 891a2438e1 Add a max wait time. 2024-04-06 08:18:12 +00:00
Nuget Ninja fb01837289 Auto csproj fix and update by bot. 2024-04-05 03:56:20 +00:00
xuef 73cc40ac5b Upgrade packages. 2024-03-15 07:42:00 +00:00