-
Notifications
You must be signed in to change notification settings - Fork 525
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
.net core project stripped of all references #2518
Comments
I think we would need it BEFORE the conversion |
Sorry, you'd need what before the conversion? |
the situation just before you run convert. |
can you upload a zip with that? |
It is just file > new project. I put it in https://github.com/stimms/PaketReferenceBug/tree/before_conversion |
I get a paket.dependencies file with
and paket.references with
that looks mostly correct.
is probably not something I want to remove and cli tool conversion could be done. But what are you missing? |
@inosik I have currently no idea what the bug is about. But I improved convert to understand cli references as well :P |
Closing as fixed |
Description
The .csproj file for a .net core project is not updated with any references either during a nuget conversion or when adding a package.
Repro steps
Please provide the steps required to reproduce the problem
.paket/paket.exe convert-from-nuget
https://github.com/stimms/PaketReferenceBug
Expected behaviour
Project references the packages listed as dependencies.
Actual behaviour
The project has no references to any libraries and cannot be built.
Known workarounds
No trivial workaround
The text was updated successfully, but these errors were encountered: