Questions tagged [fody]

Extensible tool for weaving .net assemblies

Extensible tool for weaving .NET assemblies

Uses Mono.Cecil and an add-in based approach to modifying the IL of .net assemblies at compile time.

  • No install required to build
  • No attributes required
  • No references required
  • Supports .NET 3.5, .NET 4, .NET 4.5, Silverlight 3, Silverlight 4, Silverlight 5, Windows Phone 7 and .NET Metro on Windows 8, MonoTouch, MonoDroid, Mono
  • Supports client profile mode

Links:

181 questions
-1
votes
1 answer

WPF MVVM OnPropertyChanged defined but not showing on other View Models

Guys. I am implementing an MVVM code. I am using Fody. I created the BaseViewModel Successfully and here is it: using System.ComponentModel; namespace GProject_MVVM.ViewModel { /// /// A base view model that fires Property Changed…
A.Hussainy
  • 103
  • 1
  • 10
1 2 3
…
12
13