Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Note that the weavers.xml should be updated automatically when you install the package

Available functionality

Below are the several options available in Catel.Fody:

Child pages (Children Display)

Disabling weaving for specific types or properties

To disable the weaving of types or properties of a type, decorate it with the NoWeaving attribute  attribute as shown in the example below:

Code Block
[NoWeaving]
public class MyClass : ModelBase
{
    ...
}

Available functionality

Below are the several options available in Catel.Fody:

...