You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local path checker is a bit overzealous and mistakes parsing of xml as the user trying to read in data. For example
I am interacting with a web API. I then need to do some parsing of the xml.
This all works great locally and hosted. Note there is no interaction with the local file system. But when I go to publish I get. "Paths should be to files within the project directory". I can force a 'yes' to override the check, but it could be improved.
Thanks.
The text was updated successfully, but these errors were encountered:
* Remove "bad relative path linker". This used a very simple heuristic that had many possible false positives. Fixes#244.
* Only check case of potential paths that contain a `/`. This reduces the number of false positives. Fixes#611.
* Remove "bad relative path linker". This used a very simple heuristic that had many possible false positives. Fixes#244.
* Only check case of potential paths that contain a `/`. This reduces the number of false positives. Fixes#611.
The local path checker is a bit overzealous and mistakes parsing of xml as the user trying to read in data. For example
I am interacting with a web API. I then need to do some parsing of the xml.
yields
This all works great locally and hosted. Note there is no interaction with the local file system. But when I go to publish I get. "Paths should be to files within the project directory". I can force a 'yes' to override the check, but it could be improved.
Thanks.
The text was updated successfully, but these errors were encountered: