Martijn Bodewes
Martijn Bodewes
I've the same issue after updating from 8.1.97 to 9.0.537. WPF application Sdk="Microsoft.NET.Sdk" TargetFramework=net472 Win11 VisualStudio 17.10.3
> You can temporarily disable strong name validation for the delay-signed assembly using the `sn.exe` tool. > > ``` > sn -Vr Prism.Container.Abstractions,40ee6c3a2184dc59 > ``` > > After disabling strong...
_(maybe i'm hijacking an issue, feel free to split)_ I'm running into almost the same issue, but with the simpler queue from a storage account. I'm dumping a few hundred...
Thanks for the detailed reply! I went ahead a implemented a timer function to process the queue in a more controlled way. That works. All these intricates of the 'new'...