awesome-inc / FontAwesome.Sharp

A library for using Font Awesome in WPF & Windows Forms applications
Apache License 2.0
384 stars 89 forks source link

Icons not loading on .Net 5.0 preview 7 #46

Closed aeonSolutions closed 3 years ago

aeonSolutions commented 4 years ago

Hello, I've been migrating my code to .net 5.0 and found that font awesome sharp icons (not all but most of them) not load at all . For example the icons ideal and faucet are working however the cogs and settings aren't. I've tried sorting the problem but without any luck.

mkoertgen commented 4 years ago

Hi @aeonSolutions,

Thanks for testing out. What did you try?

Probably i can join in the next few days. Right now, i have not much time to spare.

mkoertgen commented 4 years ago

Probably related to #47. I will check if the unicodes changed and probably regenerate the icon-enums. Did you also update the nuget-pakage to 5.14? Can you list some icons that defintely don't show up, e.g. FaCogs?

aeonSolutions commented 3 years ago

hello, sorry for the late reply.

i'm using the nuget 5.14 and still has the same problem.

meantime i see you merged with another #47

mkoertgen commented 3 years ago

Hi @aeonSolutions , Meanwhile @FoxCouncil provided a fix for #47 . Maybe 5.14.1 fixes this, too?

mkoertgen commented 3 years ago

Hi @aeonSolutions,

Only to be clear: You are referring to WinForms i guess?

mkoertgen commented 3 years ago

Hi @aeonSolutions ,

I just tried the "TestForms" application using the latest net5 preview. I could not find any issues, e.g. the cog-icon works just fine.

Feel free to review & check out the net5-branch

image

aeonSolutions commented 3 years ago

ok. thanks. i will.

mkoertgen commented 3 years ago

Basically the one change i did for the sample application: