samhocevar / emoji.wpf

😸 Emoji support for WPF
Do What The F*ck You Want To Public License
369 stars 43 forks source link

[Typography.OpenFont] Internal conflicts with System.Numerics #70

Open josias-levi-alvares opened 1 year ago

josias-levi-alvares commented 1 year ago

Hello 😁

It seems Typogaphy.OpenFont is not referencing System.Numerics but re-implementing the classes. It causes problems using Emoji.WPF (that is a great lib btw!) because System.Numerics has ambigous references.

Would it be possible to find a solution around Typography.OpenFont ?

At the moment I must do some hacky csproj workaround to be able to use Emoji.WPF because of that 😭