Files
Libation/Source/FileLiberator
MBucari a55da5f187 Refactor DbContext access and disposal
- Remove instance queue. This is a database, after all, and is designed to be accessed and written to concurrently
- Reduce the number of calls to DbContexts.Create()
- Ensure that no LibationContext remains open across an await boundary. Multithread context access is the most likely culprit for past issues.
- Make all Update UserDefinedItem methods asynchronous.
2025-11-20 22:15:54 -07:00
..
2025-07-25 12:18:50 -06:00
2025-07-25 15:35:03 -06:00
2025-11-20 15:56:47 -07:00