Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coerecing WPF binding errors as a build-time errors #4463

Open
bclothier opened this issue Oct 26, 2018 · 0 comments
Open

Coerecing WPF binding errors as a build-time errors #4463

bclothier opened this issue Oct 26, 2018 · 0 comments
Labels
development-issue Issues encountered while developing RD, not in RD itself discussion technical-debt This makes development harder or is leftover from a PullRequest. Needs to be adressed at some point. wpf Issue is easier to resolve with knowledge of WPF/XAML

Comments

@bclothier
Copy link
Contributor

As noted in #3651 we now have several errors arising from WPF binding.

Due to the nature of WPF compilation, those are not normally caught during build and may not be realized until runtime. Which kinds of suck.

Here is a SO answer that provides several options on how to help catch them as part of the build process.

Solution 3 and 9 may be of interest.

@bclothier bclothier added discussion technical-debt This makes development harder or is leftover from a PullRequest. Needs to be adressed at some point. development-issue Issues encountered while developing RD, not in RD itself wpf Issue is easier to resolve with knowledge of WPF/XAML labels Oct 26, 2018
@bclothier bclothier added this to TODO in CodeName: Cucumber via automation Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-issue Issues encountered while developing RD, not in RD itself discussion technical-debt This makes development harder or is leftover from a PullRequest. Needs to be adressed at some point. wpf Issue is easier to resolve with knowledge of WPF/XAML
Projects
Development

No branches or pull requests

1 participant