Michael Bucari-Tovo
3ab1edc076
Code Cleanup
...
Make fields readonly
Remove unnecessary casts
Format document
Remove unnecessary usings
Sort usings
Use file-level namespaces
Order modifiers
2026-02-05 12:48:44 -07:00
Michael Bucari-Tovo
d67692355f
Enable project-wide nullable reference types
...
Added DB migration for nullable types.
2026-02-05 12:43:05 -07:00
MBucari
4c5fdf05f5
Add "Download split by chapters" context menu item ( #1436 )
...
All processables are now created with an instance of Configuration, and they use that instance's settings.
Added Configuration.CreateEphemeralCopy() to clone Configuration without persistence.
2025-12-01 23:23:47 -07:00
Michael Bucari-Tovo
b0a40e12b7
Create some extension members
...
Trying out .NET 10s extension members with some Book extension properties.
2025-11-21 12:31:50 -07:00
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
MBucari
ac87d70613
Add options to set file created/modified timestamps ( #638 )
2023-06-25 14:07:39 -06:00
Mbucari
2c4705de6e
Address #625 comments and refactor
2023-06-13 09:05:17 -06:00
Robert McRackan
f310d583d8
Bug fix #364 - app was crashing on attempt to download PDF to which the user no longer had ownership. Eg: returned or Plus catalog
2022-08-29 15:05:56 -04:00
Michael Bucari-Tovo
2bc74d5378
Combine Streamable and Processable, remove unused events.
2022-06-13 21:40:37 -06:00
Robert McRackan
3f2899e97e
* New event SearchEngineCommands.SearchEngineUpdated
...
* Clean up redundant event notifications
2022-05-25 10:09:27 -04:00
Mbucari
255e26435c
Merge branch 'rmcrackan:master' into master
2022-05-12 10:32:05 -06:00
Robert McRackan
75c5f662dc
* Batch actions for visible books: 'remove from library' complete
...
* refactor entity properties into extension methods
* refactor shared simple message boxes => MessageBoxLib
2022-05-12 09:53:21 -04:00
Michael Bucari-Tovo
936a1d60a0
Minor mods for future UI changes
2022-05-11 18:36:48 -06:00
Robert McRackan
e368e4669b
bug fix: db persistence shouldn't be a side effect. the client should say when to persist in some fairly explicit way
2022-05-10 16:48:52 -04:00
Robert McRackan
389fbb2371
Move source code into "Source" folder
2022-05-09 10:31:45 -04:00