Skip to content

Commit

Permalink
Fix LinkDescription.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Mar 17, 2021
1 parent 5378057 commit ebb9fdb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/Compatibility/ControlGallery/src/Android/LinkDescription.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<linker>
<assembly fullname="Microsoft.Maui.Controls.ControlGallery.Android">
<namespace fullname="Microsoft.Maui.Controls.ControlGallery.Android.Tests" />
<namespace fullname="Xamarin.Forms.Controls.Issues" />
<assembly fullname="Microsoft.Maui.Controls.Compatibility.ControlGallery.Android">
<namespace fullname="Microsoft.Maui.Controls.Compatibility.ControlGallery.Android.Tests" />
<namespace fullname="Microsoft.Maui.Controls.Compatibility.ControlGallery.Issues" />
<type fullname="*Renderer" />
</assembly>
<assembly fullname="Xamarin.Forms.Controls">
<namespace fullname="Xamarin.Forms.Controls.Tests" />
<assembly fullname="Microsoft.Maui.Controls.Compatibility.ControlGallery">
<namespace fullname="Maui.Controls.Tests" />
<namespace fullname="Maui.Controls.Compatibility.Tests" />
</assembly>
<assembly fullname="nunit.framework"/>
<assembly fullname="mscorlib">
<!-- If we don't preserve these, we can't run async unit tests on the platform -->
<type fullname="System.Runtime.CompilerServices.INotifyCompletion" />
<type fullname="System.Runtime.CompilerServices.TaskAwaiter" />
</assembly>
<assembly fullname="Xamarin.Forms.Platform.Android.UnitTests" />
<assembly fullname="Xamarin.Platform" />
<assembly fullname="Microsoft.Maui.Controls.Compatibility.Android.UnitTests" />
<assembly fullname="Microsoft.Maui" />
</linker>

0 comments on commit ebb9fdb

Please sign in to comment.