-
Notifications
You must be signed in to change notification settings - Fork 18
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
Works compiling from VisualStudio, fails compiling through dotnet command #80
Comments
I am also having this issue, I have confirmed that it happens both on the latest DotNetCore on windows and also DotNetCore 2.2 on linux. The project compiles and correctly weaves on Visual Studio 2019. This is a blocking issue. Error when running |
Any update on this? I'm facing this same blocking issue. I'm able to restore + build + run from Visual Studio 2017, but the 'dotnet build' command is failing. "dotnet build" output:
FodyWeavers.xml:
I've got the following NuGet packages referenced in this project:
|
Related issue #84 |
I have problems compiling a project using these weavers from command line:
With visual studio:
With command line: "dotnet build -v n"
I'm quite lost regarding why this happens. The project is in netcore2.2, but I don't think it really matters cause with Visual Studio everything works.
The text was updated successfully, but these errors were encountered: