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

Can not compile the project #72

Closed mohelsheikh closed 3 years ago

mohelsheikh commented 3 years ago

Thank you so much for your post, i really wish to use it i have a lot of issues to compile the project. i used VS 2017 & 2019 and no luck to successfully build the project

do you have any instructions or perroquets to build the project

thanks

mohelsheikh commented 3 years ago

Please find attached the log file and a screenshot of the error Log.txt

image

mkoertgen commented 3 years ago

The highlighted compile error refers to the new target-typed new-expression introduced in C# 9.0 (still beta), cf.:

Updating your VS and dotnet-sdk (>= 5) to the newest version should suffice to build the project, cf.:

mkoertgen commented 3 years ago

Closed due to inactivity.