I am having an issue using Catel.Fody
in a .NET Core 3.1 WPF application. I add the NuGet package Catel.Fody
and the FodyWeavers.xml
file is generated, shown below.
The using Catel.Fody;
statement gives an error: the namespace Catel cannot be found
.
Is Catel.Fody not compatable with .NET Core WPF?
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
<Catel />
</Weavers>
Edit: I'm following the MVVM pattern and my Views & ViewModels are in the UI layer which is where I need to use Catel.Fody.