Pavel Zaytsev
Pavel Zaytsev
I have the same issue: it hangs up after uploading 26 MB.
Dear @vb2ae, Please tell me how to modify the old code broken after updating the NuGet package: ``` protected override void OnStartup(object sender, StartupEventArgs e) { DisplayRootViewFor(); } ``` We...
Thank you @kornman00, `protected override async void OnStartup(object sender, StartupEventArgs e)` is a solution.
Unfortunately this is a common issue of any ASP .NET Core application: "Produce single file" option does not generate _content folder with RazorLib assets which should lead to improper work...
Could you finally merge the PR? Our project has the only vulnarability going from Serilog.Sinks.Email.
> Great enhancement, but this will not be implemented in version 4 any more. It could be added in version 5. Would you be willing to upgrade to version 5?...
> @gofal I was trying to implement that and then realized that FO-DICOM.Core is compiled for netstardard2.0 only. It is highly recommendable to add at least net8.0 because there are...
@gofal if I get you right, you would like to compile fo-dicom still under .NET Standard 2.0 but then the `DateOnly` would not be supported in the tag getting/setting methods...
@jaime-olivares thanks for explaining. Then you should put the code specific to .NET 8, e.g. working with the `DateOnly` type, under `#if`. I completely agree that now everyone should use...
@gofal thanks for sharing your thoughts! Of course, the new approach will implement this issue in the best way. I do not see it really urgent, our software may convert...