bblanchon / WpfBindingErrors

:boom: Turn WPF Binding errors into exception
MIT License
78 stars 17 forks source link

.Net 5 #11

Open makingbloke opened 3 years ago

makingbloke commented 3 years ago

Thanks for a brilliant project :)

Are you able to update the Nuget packages with a release for .Net 5?

Cheers

bblanchon commented 3 years ago

Hi @makingbloke,

Unfortunately, my .NET days are long gone. Can you make a Pull Request?

Best regards, Benoit

makingbloke commented 3 years ago

I’ll try, I haven’t done it before. I’m a bit of a GitHub newbie.

Cheers Ps. Been using your pdfium builds for years. Brilliant project, many thanks!

On Thu, 20 May 2021 at 08:04, Benoît Blanchon @.***> wrote:

Hi @makingbloke https://github.com/makingbloke,

Unfortunately, my .NET days are long gone. Can you make a Pull Request?

Best regards, Benoit

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bblanchon/WpfBindingErrors/issues/11#issuecomment-844771466, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPMCPJPVJJP7KO773NHTM3TOSX7LANCNFSM45BHUUTA .

sa-he commented 3 years ago

Just that you know: Visual Studio has now a "XAML Binding Failures" window that lists all binding errors rather than just writing them to the output window. Since this window is available, I do not use WpfBindingErrors any more. Advantage: you might have binding errors that are temporarily OK. WpfBindingErrors does not allow it, while the new "XAML Binding Failures" window does.

https://devblogs.microsoft.com/visualstudio/whats-new-in-xaml-developer-tools-in-visual-studio-2019-for-wpf-uwp/

makingbloke commented 3 years ago

Thanks, In my case I’m using DI to inject a configuration object. This may throw an error if the app.settings file isn’t correct so I want the error to be raised rather than be quietly ignored.

On Thu, 20 May 2021 at 12:34, sa-he @.***> wrote:

Just that you know: Visual Studio has now a "XAML Binding Failures" window that lists all binding errors rather than just writing them to the output window. Since this window is available, I do not use WpfBindingErrors any more. Advantage: you might have binding errors that are temporarily OK. WpfBindingErrors does not allow it, while the new "XAML Binding Failures" window does.

https://devblogs.microsoft.com/visualstudio/whats-new-in-xaml-developer-tools-in-visual-studio-2019-for-wpf-uwp/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bblanchon/WpfBindingErrors/issues/11#issuecomment-845010667, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPMCPL54BKYF7WK3PLLSGTTOTXVBANCNFSM45BHUUTA .