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

Suggest to rebuild project in case of code changes #262

Open
ForNeVeR opened this issue Jan 19, 2023 · 0 comments
Open

Suggest to rebuild project in case of code changes #262

ForNeVeR opened this issue Jan 19, 2023 · 0 comments
Labels
kind:enhancement New feature or request status:help-wanted This issue could use help from the external contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Jan 19, 2023

Sometimes, users change the code outside their XAML, and expect the previewer to take these changes into account.

In those cases, DLL rebuild is required, and the plugin doesn't help people to determine that.

I think we could do better.

  1. We can just watch over the .cs file changes and suggest project rebuild if needed.
  2. We can also instrument the run using dotCover to better understand what exact lines of code are used in the project and what aren't, and only suggest rebuild if the changes actually affect the currently shown preview.
@ForNeVeR ForNeVeR added kind:enhancement New feature or request status:help-wanted This issue could use help from the external contributors labels Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request status:help-wanted This issue could use help from the external contributors
Projects
None yet
Development

No branches or pull requests

1 participant