fody Questions

5

Solved

I have already installed Fody in my application several and several times but still this error appears below, could anyone tell me why it happens? I use the latest version of Visual Studio and late...
Harelip asked 8/5, 2019 at 20:26

6

Solved

I have Visual Studio Solution with more than 100 projects. Five of them have Fody's nuget packages installed (version 6.0.3). When I try to build the Solution I get the following error: Fody.6.3.0...
Messinger asked 13/1, 2021 at 15:27

3

Solved

(Translator used.) I was making an exe file using Costura and Fody. However, if the dll file is missing, it cannot run. And there is a warning in my Visual Studio. Warn: FodyPackageReference Fody: ...
Cost asked 20/2, 2021 at 11:3

2

Solved

I am Using VS 2017 Community Edition I am creating MVVM pattern. After i installed fody i got error on my code while the instructor of the tutorial implemented it on vs 2015 here is the code: usin...
Trenna asked 10/6, 2017 at 6:30

6

** This is an issue in Visual Studio 2013. The error I'm getting is massive and mostly useless, but the crux of it is Error 130 Fody: Could not load 'ModuleWeaver' from 'PropertyChanged.Fody, Ver...
Opprobrium asked 1/10, 2015 at 17:55

3

Solved

I currently use NInject to bind interfaces to concrete types and inject those into my classes. However, it is my understanding that this is a run-time affair. To me, it seems like a point of attack...
Andrey asked 22/3, 2013 at 10:58

0

I am trying to use MethodDevorator.Fody to enable Attribute based method interception. https://github.com/Fody/MethodDecorator/blob/master/readme.md#your-code I wanted to create a reusable compon...
Visionary asked 4/6, 2020 at 8:56

1

Solved

I am learning C# and came across the keyword module. I would like to know what this module keyword in C# is and how it is useful. For example, consider the below code: [module: Test] public class ...
Stockade asked 29/4, 2020 at 18:19

2

Solved

I am using MEF to create "plugins" for my WPF application. Some of these plugins I want to embed directly into the EXE file as the EXE needs to be standalone. I am using Costura by Fody to embed th...
Diligence asked 7/9, 2016 at 11:14

3

Visual Studio 2017 let me know there was an upgrade to Fody version 5 this morning. I accepted and did a NuGet package update of both Fody and PropertyChanged.Fody. Now, my project/solution will n...

1

Solved

Error : Fody: Could not find 'System.Object'. WindowsApp1 hi, something called Fody, it embed dlls assembly into project. problem is it work only with C# |and i need use it as VB, i cant reduc...
Yearbook asked 30/4, 2019 at 15:8

3

I have been trying to use Realm in my Xamarin android proyect, one of it's dependencie is Fody, each time i try to run my app it shows the following error: error MSB4044: The "Fody.WeavingTask" tas...
Egbert asked 8/5, 2018 at 3:29

3

I'm using Costura.Fody to embed all dlls into my application assembly. Is there any way to disable Costura.Fody in Debug build mode? How to make Costura.Fody to work only in Release or custom bui...
Cambyses asked 8/2, 2016 at 9:51

0

I am trying to automate this XmlSerializer workaround pattern. See update below. Is it possible to introduce new property based on existing property and modify attributes of existing one using Pos...
Orphaorphan asked 1/6, 2017 at 16:23

3

To start with: I'm a complete beginner. I have two projects in one solution. One project is a console application, which is called from the windows form application. Now I want to add these to one ...
Millenarian asked 3/4, 2014 at 12:53

2

Solved

I want to get the default value set on an auto property to do some IL weaving with Fody. As I understand, the initialization is just a syntactic sugar that sets the backing field in the constructo...
Expecting asked 19/10, 2016 at 18:34

4

Solved

I intended to use Fody.PropertyChanged in one of my projects, and it was properly added via NuGet: Install-Package PropertyChanged.Fody I realized, it was in the wrong project, so I used the uni...
Displeasure asked 24/2, 2015 at 10:42

2

Solved

I am trying to use Fody to wrap all exceptions thrown from a method with a common exception format. So I have added the required interface declaration and class implementation that looks like thi...
Haemolysis asked 31/1, 2016 at 22:39

2

I'm having a problems building a PCL in Xamarin Studio on the Mac. It works fine in debug mode but fody throws an exception in Release Mode. Exception during build is listed below. Error: Fody: ...
Imprimis asked 24/10, 2014 at 6:0

1

Solved

I'm writing an auto-update system, where WPF App loads its dependencies (dlls) dynamically. I'm using the AssemblyResolve event for that. Then I found Costura.Fody and saw that it simplifies things...
Eyeopening asked 4/2, 2015 at 14:21

2

Solved

Are there are any traces of Fody, or its dependencies (references), in the final weaved assembly?
Hooknose asked 22/3, 2013 at 9:38
1

© 2022 - 2024 — McMap. All rights reserved.