Eric
Eric
Not publicly. I can send it to the e-mail address at bristol.ac.uk that I found through your profile though, if that's OK with you?
I think you need to upgrade poppler. If that doesn't work, try downgrading to version 0.68.0.
Is this just going to be documented or will there be a change? Is it intended that running this with `-ErrorAction SilentlyContinue` will still produce the exact same error and...
I understand the design, I don't understand it does not matter what the value of `-ErrorAction` is.
Confusing. I gave it my intent and it didn't care.
The `AsyncScript` should remain separate, although it could receive a similar renaming and a move to `ValueTask`. Having callbacks mixed with async is probably not the way to entice people...
> simply having a `IAsyncExecute` interface would have the same end result Async is much more than just an interface. Its a style of coding. Mixing the two yields spagetthi....
> (regarding async wait for event) how would the performance differ from this approach The performance difference is in the amount of callbacks required as well, since the callback will...
Would be absolutely awesome if the sample would consist of three projects, for WPF, WinUI3 and WinForms. For WinUI3 I would just try and start with a MAUI app and...
Its not sluggish on my machine. Maybe thats much better if you build in Release. > For Windforms there is another context Interesting though that right now this WinForms project...