DSaladin.FontAwesome.WPF 6.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package DSaladin.FontAwesome.WPF --version 6.3.0
NuGet\Install-Package DSaladin.FontAwesome.WPF -Version 6.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DSaladin.FontAwesome.WPF" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DSaladin.FontAwesome.WPF --version 6.3.0
#r "nuget: DSaladin.FontAwesome.WPF, 6.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DSaladin.FontAwesome.WPF as a Cake Addin
#addin nuget:?package=DSaladin.FontAwesome.WPF&version=6.3.0

// Install DSaladin.FontAwesome.WPF as a Cake Tool
#tool nuget:?package=DSaladin.FontAwesome.WPF&version=6.3.0

FontAwesome for WPF

GitHub issues GitHub license NuGet version (DSaladin.FontAwesome.WPF)

"Buy Me A Coffee"

How to use

Step 1 - Include in Window / UserControl / ResourceDictionary

xmlns:fa="https://dsaladin.dev/products/fontawesome/wpf/xaml"

Step 2 - Set icon in Control

<Label fa:Content.Icon="SolidArrowUp" />
<Button fa:Content.Icon="SolidArrowUp" />

FontAwesome Controls

This package also contains two custom controls.

FontAwesome Controls
<fa:FontAwesomeBox Icon="SolidArrowUp" FlipOrientation="Horizontal" Rotation="10" />
<fa:FontAwesomeImage Icon="SolidArrowUp" />

Troubleshooting

Error CS8630 - Invalid 'nullable' value

The package uses nullable values (for example string?), this was officially added in C# 8.0. This version (or higher) is used from .NET Core 3.x onwards. In .NET Framework the default is C# 7.3. So in order to use the package you have to set the project language version to 8.0 (or higher).

Set language version

  1. Open the .csproj file
  2. Add <LangVersion>8.0</LangVersion> to the PropertyGroup

For more information visit https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.0 325 4/22/2023
6.2.1 304 12/18/2022
6.2.0 381 9/28/2022
6.1.2.1 412 5/28/2022
6.1.1.2 428 4/10/2022
6.1.1.1 412 4/7/2022
6.1.1 469 3/26/2022
5.15.4.2 315 10/11/2021
5.15.4.1 356 10/11/2021
5.15.4 416 10/8/2021
5.15.3.10 329 4/4/2021
5.15.3 294 3/30/2021
5.15.0 306 2/6/2021

Update FontAwesome version to 6.4.0