-
Notifications
You must be signed in to change notification settings - Fork 120
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
Impossible to load assembly or file using dotnet-migrate-2019 v 4.1 #256
Comments
Did you install this as NuGet global tool or from ZIP package from releases? |
I'm afraid I can't reproduce the issue under neither Windows (.NET Core 3.0/.NET Framework 4.8) nor Linux (.NET Core 2.2) using both global tool from NuGet and ZIP package from releases. Please, add more information to the issue.
And more detailed reproduction steps would be nice to have. |
Hi Andrew,
Environnement d'exécution : Host (useful for support): .NET Core SDKs installed: .NET Core runtimes installed: To install additional .NET Core runtimes or SDKs: |
To reproduce the issue I cd to the ZIP package then I cd to net461. I wrote the following command : |
Thanks, I've reproduced the issue. I'll look into it. upd: my dev local builds do not exhibit the issue. |
@MaherJendoubi could you please confirm the issue to be fixed in 4.1.1? |
@andrew-boyarshin No, I have now another exception. |
hi, PS : I'm also missing Project2015To2017.Migrate2019.Library.dll into Project2015To2017 nuget package |
There are multiple builds with different issues:
@CedricLeblond regarding |
hi, Regards. |
the nuspec generate have some dependency to other pacakges which are not publishing: <group targetFramework=".NETStandard2.0">
<dependency id="Project2015To2017.Core" version="4.1.1" exclude="Build,Analyzers" />
<dependency id="Project2015To2017.Migrate2017.Library" version="4.1.1" exclude="Build,Analyzers" />
</group> so if you also publish all nupkg create in the repository everything should be working. Regards. |
Hi,
I run the following command :
dotnet-migrate-2019 migrate "path/to/mysolution/mysolution.sln"
I get the following message : Impossible to load file or assembly ''Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'".
How can I solve this issue?
Best regards,
Maher
The text was updated successfully, but these errors were encountered: