codingseb / Localization

A suite to localize C# and WPF projects easily based on file format you choose.
MIT License
37 stars 6 forks source link

Build error when add CodingSebLocalization #3

Closed linhmc closed 2 years ago

linhmc commented 2 years ago

Hi @codingseb, When I add
<CodingSebLocalization /> to FodyWeavers.xml file. I always get this error when rebuilding project image

Please help me to check this error. Thank You.

codingseb commented 2 years ago

Hello @linhmc. This is due to missing dependencies for the fody weaver when used by nuget. I published version 1.2.0 to correct it. Just take in account that some version of .net framework are now not supported anymore. You need at least framework 4.6.2 or .net core 3.1

If you want to make it work at the current version you can try to copy in "%userprofile%.nuget\packages\codingseblocalization.fody\your version\weaver" :

weaver.zip

linhmc commented 2 years ago

Hello @codingseb. Thank you for your help.