Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
- move linker safe to platform
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Nov 5, 2019
1 parent 58f52d9 commit 153af22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Xamarin.Forms.Internals
{
[AttributeUsage(AttributeTargets.All)]
[EditorBrowsable(EditorBrowsableState.Never)]
public sealed class LinkerSafeAttribute : Attribute
class LinkerSafeAttribute : Attribute
{
public LinkerSafeAttribute()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<Compile Include="Extensions\VisualElementExtensions.cs" />
<Compile Include="Flags.cs" />
<Compile Include="IOSDeviceInfo.cs" />
<Compile Include="LinkerSafeAttribute.cs" />
<Compile Include="ModalWrapper.cs" />
<Compile Include="Renderers\FormsCheckBox.cs" />
<Compile Include="Renderers\ImageElementManager.cs" />
Expand Down

0 comments on commit 153af22

Please sign in to comment.