Skip to content

Commit

Permalink
Added InternalsVisibleTo for our Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Peppers committed Jun 20, 2016
1 parent d0170a4 commit 2cb5681
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Xamarin.Forms.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@
[assembly: InternalsVisibleTo("Xamarin.Forms.Platform")]
[assembly: InternalsVisibleTo("Xamarin.Forms.Pages")]
[assembly: InternalsVisibleTo("Xamarin.Forms.Pages.UnitTests")]
[assembly: Preserve]
[assembly: Preserve]

//Added for Unit tests at Hitcents
[assembly: InternalsVisibleTo("ToE.Forms.Tests")]

0 comments on commit 2cb5681

Please sign in to comment.