Skip to content

Commit

Permalink
ci: Fix build by adjusting PackageDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly committed Nov 2, 2024
1 parent af2d3f0 commit 3c7903c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/PackageDiffIgnore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,10 @@
<Member fullName="System.Threading.Tasks.Task`1&lt;System.Boolean&gt; Uno.UI.Helpers.TypeMappings.WaitForResume()" reason="Not really considered a public API, used by internal tooling" />
<Member fullName="System.Void Uno.UI.Helpers.TypeMappings.Resume(System.Boolean updateLayout)" reason="Not really considered a public API, used by internal tooling" />
<!-- END TypeMappings -->

<!-- BEGIN DiagnosticsOverlay -->
<Member fullName="System.Void Uno.Diagnostics.UI.DiagnosticsOverlay.Add(System.String id, System.String name, Microsoft.UI.Xaml.UIElement preview, System.Func`1<Microsoft.UI.Xaml.UIElement> details)" reason="Recently public, nobody uses it yet." />
<!-- END DiagnosticsOverlay -->
</Methods>
</IgnoreSet>

Expand Down

0 comments on commit 3c7903c

Please sign in to comment.