-
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
Fody: Cauldron.Interceptors not found #84
Comments
FYI...I've tried this in both VS2017 and VS2019 with the same results. |
I've removed everything, then added the nuget package: Capgemini.Cauldron.Interceptors However, my interceptors no longer fire. BTW, this is a .NET Standard 2.0 application being compiled in VS2017. |
I also faced with this problem and did not find a solution. |
Cauldron needs to be updated to the latest version of Fody. if u want to use Cauldron with Fody i recommend sticking to v3.3.5 of Fody |
I've done a lot of installing/ uninstalling, nothing seems to work, I'm still faced with: Severity Code Description Project File Line Suppression State My weavers: |
@pellispolaramp i think this project is abandoned. i recommend not using it until you confirm the status |
Got it, thanks Simon. Is there a version in Nuget I can download and use? That is, a combination of Cauldron, Fody, etc. that will allow me to use it? |
just to be clear i am not a maintainer of this project
you should be able to use Cauldron with Fody 3.2.10 (an most likely 3.X). But I would not recommend it since any bug syou find will be difficult for you to get fixed. Another option would be for you to fork the project and start a new one under a different name.
Yes postsharp would be a good candidate. And FWIW you should be paying for Fody as well https://github.com/Fody/Home#community-backed |
Hi guys... I left Capgemini a while now and the guy I left the project seems to be not doing anything with it. Since I cannot just use the Capgemini packages I have to fork the project and release it under a new name. Give me about a week please to fix this. |
u cant get them to transfer ownership of the repo and nugets? |
Getting the nugets won‘t be a problem. Transfering ownership of the repo would be though, because finding out who is in charge / admin is not easy. |
Update... I extracted the Fody part from the Cauldron stuff... I got it now working for the newest Fody version. After the first release I will fix the reported bugs one by one. |
@reflection-emit did you ever ship this? |
So, I've added Cauldron.Interceptors.Fody 3.2.3 and Fody 4.2.1 (I'm still using MSBuild 15) to my project via Nuget.
My
FodyWeavers.xml
file looks like:However, when I try to build, I get the following error:
Fody: No weavers found for the configuration entries Cauldron.Interception. Add the desired weavers via their nuget package.
The text was updated successfully, but these errors were encountered: