Skip to content

Commit

Permalink
fix: Added missing methods to DiffIgnore
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Apr 2, 2020
1 parent 0e306c9 commit 9715429
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/PackageDiffIgnore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,15 @@
<Member
fullName="System.Boolean Windows.UI.Xaml.Controls.TextBox.FocusTextView()"
reason="Not part of the WinUI API, Uno-specific implementation detail." />
<Member
fullName="System.Void Windows.Devices.Sensors.PedometerReadingChangedEventArgs..ctor()"
reason="Parameter-less ctor does not exist in UWP"/>
<Member
fullName="System.Void Windows.Devices.Sensors.Pedometer..ctor()"
reason="Parameter-less ctor does not exist in UWP"/>
<Member
fullName="System.Void Windows.Devices.Sensors.PedometerReading..ctor()"
reason="Parameter-less ctor does not exist in UWP"/>
</Methods>
<Properties>
<Member
Expand Down

0 comments on commit 9715429

Please sign in to comment.