This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Libation
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rmcrackan/Libation.git
synced
2026-09-12 21:57:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d7a794e55744237d02e12f282d05ab4f6b4f5647
Libation
/
Source
/
_Tests
/
FileManager.Tests
T
History
Cursor Agent
and
rmcrackan
a5b1df0d29
Centralize best-effort file deletion in FileUtility
...
Co-authored-by: rmcrackan <
rmcrackan@gmail.com
>
2026-08-12 18:55:42 +00:00
..
CommonFormattersTests.cs
fixing typos and naming of test method
2026-05-14 16:51:51 +02:00
ConditionalTagCollectionTests.cs
unit test fix: this is always going be a weird test. it's trying to balance machine speed vs long running process -- and test 'unreasonable' response time
2026-05-25 10:58:57 -04:00
FileManager.Tests.csproj
Update Avalonia to v12
2026-05-04 21:08:26 -06:00
FileNamingTemplateTests.cs
#1714
Convert the evaluation of the 'is' tag into two-parameter logic
2026-04-13 01:39:16 +02:00
FileUtilityTests.cs
Centralize best-effort file deletion in FileUtility
2026-08-12 18:55:42 +00:00
FolderPickerInitialPathTests.cs
#1804
- Fix Windows folder picker crash on custom paths. Normalize stored paths before opening the OS folder dialog (
\\?\
/ UNC handling, existence check) in shared
FolderPickerInitialPath
, use it from WinForms and Avalonia folder pickers, and retry once if the dialog still throws. Adds small
FileManager
tests.
2026-05-12 08:55:12 -04:00