Hi,
We are using Fody.PropertyChanged in our WPF project and it works perfectly. However, when we try to build the project with dotnet build instead of visual studio, we get this error :
MSBUILD : error : Fody: An unhandled exception occurred: [C:\Repo\<>.csproj]
MSBUILD : error : Exception: [C:\Repo\<>.csproj]
MSBUILD : error : Key does not exist. [C:\Repo\<>.csproj]
In our csproj, we use these options :
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile><>.snk</AssemblyOriginatorKeyFile>
The build succeeds with dotnet build if we remove the SignAssembly from the csproj.
Is there something we can do ?
Also, on our build machine, we are able to build the application. However, the application crashes at runtime with this error :

Is it a common issue ?
Hi,
We are using Fody.PropertyChanged in our WPF project and it works perfectly. However, when we try to build the project with dotnet build instead of visual studio, we get this error :
In our csproj, we use these options :
The build succeeds with dotnet build if we remove the SignAssembly from the csproj.
Is there something we can do ?
Also, on our build machine, we are able to build the application. However, the application crashes at runtime with this error :

Is it a common issue ?