-
Notifications
You must be signed in to change notification settings - Fork 585
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
FAKE 5.0 replacement for Fake.ChangeWatcher.WatchChanges bad warning message #1838
Comments
Correction to issue. Adding Fake.IO.FileSystem dependency does not fix the issue. Where is the replacement for legacy Fake.ChangeWatcher? |
It actually is here: https://github.com/fsharp/FAKE/blob/master/src/app/Fake.IO.FileSystem/ChangeWatcher.fs But I just noticed that this wasn't according to the API guidelines and fixed the namespace and the warning messages. Thanks for reporting |
Thanks for looking into these, @matthid |
Maybe because I cannot get past beta 25, for now. |
Yeah please do. However if it is related to FCS it might not be fixable without https://github.com/fsharp/FAKE/blob/master/build.fsx#L356-L423 |
ChangeWatcher was added in |
Did that change in beta 26 or 27? |
The new runner was there for the begin with, but we will not upgrade you by just upgrading the NuGet package. It is a manual process. |
Description
Fake.ChangeWatcher.WatchChanges
warning message is:
This construct is deprecated. Use Fake.IO.FileSystem instead.
but adding nugety Fake.IO.FileSystem dependencie does not help.
Where is the replacement for legacy Fake.ChangeWatcher?
Repro steps
Expected behavior
More informative message.
Actual behavior
This construct is deprecated. Use Fake.IO.FileSystem instead.
Related information
FAKE 5.0.0-beta029
The text was updated successfully, but these errors were encountered: