Questions tagged [fody-propertychanged]

Fody add-in for injecting INotifyPropertyChanged code into properties

Fody add-in for injecting INotifyPropertyChanged code into properties.

79 questions
0
votes
1 answer

Data bound view elements still not updating despite the use of Fody PropertyChanged package in Windows Phone 8 app?

I have a C# Windows Phone 8 MVVM app with the Fody PropertyChanged package installed. I have added the ImplementPropertyChanged directive before the class declaration: [CompilerGenerated] [GeneratedCode("Radarc",…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
-1
votes
1 answer

Fody dosent change behavior of button, the button dosent get reevaluated to see if it can get pressed

For some reason, I can't activate my Button. In my app, I have a TextBox, that gets populated with the file path that the user chooses from a dialog. I also have a ComboBox to let the user choose a language. What I want to do, is to activate my…
edu
  • 87
  • 2
  • 8
-1
votes
1 answer

Fody PropertyChanged Weaver Causes Memory Issues

I installed PropertyChanged.Fody into a WPF application. Now 3rd party code that uses native memory are having memory allocation issues. Uninstalling PropertyChanged.Fody resolves all these issues. I thought that the package was causing property…
Sheldon Cooper
  • 627
  • 4
  • 15
-1
votes
1 answer

C# Costura.Fody - resources not embedded

Some years ago I used Costura.Fody and it worked after the installation via NuGet perfectly. Yesterday I tried it at home, and got first the error, that Fody is missing (I just installed Fody via NuGet). Then I was missing the FodyWeavers.xml, which…
Shmosi
  • 322
  • 2
  • 17
1 2 3 4 5
6