Esma
Esma
Just wanted to drop a line to say that this is definitely having an effect on my team and trying to do anything with the CLI during CI/CD pipelines. This...
@baronfel , I'd like to see stderr output on errors on build as well. It seems like this is affecting commands built to run with dotnet as well like 'swagger'....
Nice find! So dotnet *does* provide some type of error code on that output as a "native app" and it's just that Powershell's try catch is not respecting it?
Thanks for the quick reply. I'll work on a test. Also, I noticed that when overriding the UID given the example provided, PixelData is lost. Is there a way for...
Closing this issue as stale given there hasn't been activity for a couple years. If anyone's willing to give more feedback and context, we can reopen this.
Mike - thanks for linking the documentation. I'll close this out given that we haven't seen much interaction lately, but if there's any additional feedback or questions, please let us...
Hello, I wanted to ask along these same lines what the appetite is to allow for deserialization to truly skip validation. We validate on serialization and want to reload that...
Hi @gofal , thank you for the reply. I understand that you'd like to see fo-dicom attempt to better uphold the DICOM standard. We have also thought to just drop...
@gofal - would it make sense to allow for dropping the data as a way to sanitize during de/serialization to/from JSON within fo-dicom when a feature flag is enabled? Can...
Coming here to add to this. There is another issue where creating and adding an element with a value and then getting the DicomElement and calling GetString on it works...