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 latest version of Framework
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 build configuration?
I would like to ask if it is possible to use Fody-Costura, which embeds dependencies into the executable and Obfuscar, for obfuscation, together.
At the moment I’m struggling because the msbuild target in Visual Studio 2017 of Costura gets executed…
I have a small exe I've written that uses LibGit2Sharp and am trying to use Costura.Fody to embed everything so I only have a single exe to distribute (actually, there are two config files as well, but that's ok).
The problem seems to be that…
(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: The package reference for Costura.Fody is missing…
After trying to embedded my projects dependencies with ILMerge first and Fody/Costura, I am facing the same problem with both.
The titlebar height seems to shrink. The VS2015 debug binary and release binary (without embedding dependencies) has the…
I have installed costura.fody into my project using nuget package. I have updated the FodyWeavers.xml file with:
when I rebuild it and try to run the exe on seperate PC…
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 executable. I was told that it was possible with…
This question is more about C# than it is about log4net (I think).
I created a custom appender and let it read a static field that was set previously by the program.
To my astonishment the static field was reinitialized and the set value dit not…
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 reduce Netframwork less than 4.6 cause dll's required high…
I am suddenly getting an exception when trying to build the project. Seems to have something todo with Mono.Cecil. But I am not using Mono in my project.
Fehler 13 Fody: An unhandled exception occurred: Exception: Die Datei
oder Assembly…
I am creating a winform apps in vs2019, create report via Report viewer and it's work well. However, when i embed the dll using Fody/Costura, somehow the report viewer give an error.
I also try manually embed the dll, but the same error still…
I am not able to get Fody.Costura running in a .NET Core 2.1 or .NET Standard 2.0 library. The wiki and open issues seem to not directly answer the question what has to be done differently than in a classic .NET Framework project (.exe or…
VisualStudio 2017, latest Fody nuget package, WinForms, C#
When you install https://github.com/Fody/Fody it autogenerates FodyWeavers.xml in the project main directory.
How can I change the location for this file?
I tried changing content include in…
I want to distribute my app as a single .exe file.
For that, I am using Costura.Fody to embed the dependencies of my app. However, the dependecy itself has native dependencies (PdfiumViewer NUGet package). Originally, these resided in the x86/x64…