-
Notifications
You must be signed in to change notification settings - Fork 527
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
paket install with Silverlight project: This operation would create an incorrectly structured document. #1607
Comments
Is this still happening? |
I'm getting this error when trying to convert a large workspace from Nuget to Paket. The last line of the log reads: Project (filepath.csproj) changed
|
Any namespace on the root element triggers this error. Am working on a PR for this. |
paket.references is empty (but created during convert-from-nuget)
Here's the error:
|
Description
Even though I have
redirects: off
in mypaket.dependencies
,paket install
tries toapplyBindingRedirects
for my Silverlight project. As we have a custom made app.config file with a custom root namespace,Linq.tryGetElement
will returnNone
for the<configuration />
element, because our custom root namespace is not considered. But I think this is just a follow-up error of the ignoring of theredirects: off
switch.Repro steps
Do
paket install
with attached solution SilverlightApplication4.zip -->This operation would create an incorrectly structured document.
Expected behavior
paket install
runs successfully.Actual behavior
paket install
fails withThis operation would create an incorrectly structured document.
Related information
The text was updated successfully, but these errors were encountered: