-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bdc2c9
commit 7fee8f0
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
using PipelineApproval.Presentation; | ||
|
||
namespace PipelineApproval | ||
{ | ||
|
||
/// <summary> | ||
/// This class is never actually executed, but when Xamarin linking is enabled it does how to ensure types and properties | ||
/// are preserved in the deployed app | ||
/// </summary> | ||
public class LinkerPleaseInclude | ||
{ | ||
public void Include() | ||
{ | ||
var s = FontAwesome.A; | ||
s = FontAwesome.AddressBook; | ||
s = FontAwesome.AddressCard; | ||
s = FontAwesome.ChevronDown; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters