Commit Graph

61 Commits

Author SHA1 Message Date
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
Nuget Ninja 2ee4baec5a Auto csproj fix and update by bot. 2024-03-13 03:22:14 +00:00
Nuget Ninja b6d03393f3 Auto csproj fix and update by bot. 2024-03-08 03:21:58 +00:00
Nuget Ninja bdcca4a62b Auto csproj fix and update by bot. 2024-03-01 03:21:57 +00:00
Nuget Ninja eb497da8c2 Auto csproj fix and update by bot. 2024-02-25 03:22:16 +00:00
Anduin Xue ee7525c484 Upgrade to net8.0 2024-02-19 09:12:45 +00:00
Nuget Ninja 45f626c6f4 Auto csproj fix and update by bot. 2024-02-14 03:22:16 +00:00
Nuget Ninja 78c79082e2 Auto csproj fix and update by bot. 2024-02-10 03:22:10 +00:00
Nuget Ninja bfdc5524fe Auto csproj fix and update by bot. 2024-02-07 03:22:07 +00:00
Nuget Ninja 3e65d3793d Auto csproj fix and update by bot. 2024-01-27 03:21:55 +00:00
AnduinXue 4480a78b42 Upgrade packages. 2024-01-21 06:56:24 +00:00
AnduinXue 1d648ff9ce Upgrade packages. 2024-01-05 16:53:29 +00:00
Anduin Xue 6e01773bf1 New high performance. 2024-01-04 07:02:30 +00:00
Anduin Xue e67b4907ac Pure websocket game. 2024-01-02 06:37:00 +00:00
Anduin Xue c26ad81c28 Fix lint. 2023-12-11 07:34:04 +00:00