Commit Graph

6 Commits

Author SHA1 Message Date
9d41119710 feat: add icon for editor layout 2025-11-18 21:12:33 +08:00
86ea296a1b refactor: migrate project to .net core 8 to resolve the issue that we can not use CommunityToolkit.Mvvm 2025-11-18 20:53:42 +08:00
a1b1fcbf7b feat: got stuck with bug of Community.Mvvm generating codes 2025-11-18 14:50:17 +08:00
9d51866443 fix: fix accessory icon and update project nuget system 2025-11-17 12:35:47 +08:00
df4a7252c1 refactor(utils): improve TasStorage implementation and tests
- Change exception type from ArgumentOutOfRangeException to ArgumentException
- Fix node seeking logic by correcting candidate order
- Update Visit, Insert, and Remove methods with proper range checks
- Enhance cursor management after removal operations
- Add comprehensive test cases for edge scenarios
- Introduce AssertExtension for better exception testing
- Handle empty collection states more robustly
2025-11-15 12:20:46 +08:00
630365a6a6 refactor(storage): rename TasMemory to TasStorage and update references
- Renamed TasMemory.cs file to TasStorage.cs
- Updated project file reference from TasMemory to TasStorage
- Removed unused test project files and configurations
- Fixed solution file project name and GUID references
- Cleaned up obsolete MSTest configuration files
2025-11-13 14:08:31 +08:00