csnemes / tracer

Tracing rewriter using Fody
Apache License 2.0
93 stars 26 forks source link

Installed Tracer.Log4Net.Fody, but Weavers.XML did not Show Up #89

Closed pha3z closed 4 years ago

pha3z commented 4 years ago

I installed Tracer.Log4Net.Fody into a .NET Framework 4.7.2 project.

It automatically installed the dependencies Fody, and Log4Net.

But weavers.xml did not appear in the root of my project. Is that a bug? I was under the impression that anytime Fody is added to a project, it should add weavers.xml to the project automatically.

pha3z commented 4 years ago

Oh my. I found the answer already. https://github.com/Fody/Costura/issues/270

MIcrosoft is dropping support for nugets being able to add those files. So u need to do it manually

  • April 5, 2018

You have to add the weavers file manually.

The Fody wiki describes it in the Getting Started page: https://github.com/Fody/Home/blob/master/pages/usage.md

I would like to add a note about this to the Tracer wiki if its ok with the maintainer. Would certainly have made getting up and running much easier. Cross-referencing the Fody wiki to find this out isn't easy.

csnemes commented 4 years ago

added to readme.txt