James A Sutherland
James A Sutherland
I was testing multi-volume (split) support in my C#/.Net LibArchive wrapper, and found my first test case failed with a checksum error. Investigating further, it seems the combination of solid...
TODO: Expose IsView in ITableInfo in RDMP so we don't need this cast
Just encountered during image extraction debugging - adding a new TableColumn seems to use an order of 1 instead of picking a non-conflicting value.
Very slow reading data from SQL compared to SSMS - possibly DataTable/pipelining bottleneck? Investigate batching DataTable writes, clone instead of repeating chunk metadata, refactor as IEnumerable instead of repeatedly calling...
**Describe the bug** If loading a plugin fails, no indication is given. **To Reproduce** Steps to reproduce the behavior: Try installing RdmpDicom v7.0.0 - it doesn't load, nor is there...
**Describe the bug** Something is left behind when a plugin is deleted from the console GUI **To Reproduce** Install Rdmp.Dicom 6.0.1, then 6.0.2 and delete 6.0.1 from the tree. **Expected...
**Is your feature request related to a problem? Please describe.** Errors are not surfaced visibly, as encountered when #1513 was discovered. **Describe the solution you'd like** Failure to save data...
**Describe the bug** Current password encryption is sub-optimal - direct RSA encryption limits password length and is poor practice cryptographically. **To Reproduce** Add an external data source (e.g. database server)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Nuget ### Package manager version _No response_ ### Language version _No...
## Proposed Change Summarise your proposed changes here, including any notes for reviewers. ## Type of change What types of changes does your code introduce? Tick all that apply. -...