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

Support multi-file changes #22

Open
5 tasks
lambdageek opened this issue May 12, 2021 · 0 comments
Open
5 tasks

Support multi-file changes #22

lambdageek opened this issue May 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@lambdageek
Copy link
Member

lambdageek commented May 12, 2021

The WatcherHotReloadService can generate deltas for an entire solution. So we should be able to support:

  1. Changes to multiple source documents from a single project
  2. Changes in multiple projects in a solution.

There are a couple of issues:

  • Need to support -msbuild:foo.sln not just -msbuild:foo.csproj

  • extend the json format for multi-file updates

  • extend the DeltaProject machinery (maybe add a DeltaSolution?) so that we can dispatch deltas of different projects to different places.

  • get rid of the single distinguished "output assembly" (ie the baseline of the .csproj that was passed to us on the command line). Right now all the deltas end up with: (1) their name based off the name of that assembly, (2) in the same directory as that assembly.

  • For the live runner, we could debounce the FileSystemWatcher events and group the file updates together.

@lambdageek lambdageek added the enhancement New feature or request label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant