DSaladin.FontAwesome.WPF
6.3.0
Prefix Reserved
dotnet add package DSaladin.FontAwesome.WPF --version 6.3.0
NuGet\Install-Package DSaladin.FontAwesome.WPF -Version 6.3.0
<PackageReference Include="DSaladin.FontAwesome.WPF" Version="6.3.0" />
paket add DSaladin.FontAwesome.WPF --version 6.3.0
#r "nuget: DSaladin.FontAwesome.WPF, 6.3.0"
// 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
- FontAwesome Website: FontAwesome Website
- Current FontAwesome Version: 6.4.0
- Official FontAwesome Changelog: GitHub Changelog
- Package Changelog: GitHub Changelog
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
- Open the .csproj file
- 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 | Versions 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. |
-
.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 | 511 | 4/22/2023 | |
6.2.1 | 340 | 12/18/2022 | |
6.2.0 | 407 | 9/28/2022 | |
6.1.2.1 | 444 | 5/28/2022 | |
6.1.1.2 | 453 | 4/10/2022 | |
6.1.1.1 | 440 | 4/7/2022 | |
6.1.1 | 499 | 3/26/2022 | |
5.15.4.2 | 339 | 10/11/2021 | |
5.15.4.1 | 380 | 10/11/2021 | |
5.15.4 | 441 | 10/8/2021 | |
5.15.3.10 | 358 | 4/4/2021 | |
5.15.3 | 325 | 3/30/2021 | |
5.15.0 | 343 | 2/6/2021 |
Update FontAwesome version to 6.4.0