Skip to content

Commit

Permalink
Merge pull request #11167 from Youssef1313/hresult
Browse files Browse the repository at this point in the history
fix!: Remove `Windows.Foundation.HResult`
  • Loading branch information
MartinZikmund authored Feb 3, 2023
2 parents 2807e28 + ac2a146 commit f29fa82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 1 addition & 0 deletions build/PackageDiffIgnore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9132,6 +9132,7 @@
<Member fullName="Microsoft.UI.Xaml.Controls.Primitives.ZoomSnapPointBase" reason="Not present in WinAppSDK 1.2" />
<Member fullName="Microsoft.UI.Xaml.Automation.Peers.ScrollPresenterAutomationPeer" reason="Not present in WinAppSDK 1.2" />
<Member fullName="Microsoft.UI.Xaml.Media.RevealBrushState" reason="Not present in WinAppSDK 1.2" />
<Member fullName="Windows.Foundation.HResult" reason="Type is hidden in .NET and shouldn't be used" />
</Types>
<Events>
<Member fullName="Windows.Foundation.TypedEventHandler`2&lt;Microsoft.UI.Xaml.Controls.IInputValidationControl,Microsoft.UI.Xaml.Controls.HasValidationErrorsChangedEventArgs&gt; Microsoft.UI.Xaml.Controls.AutoSuggestBox::HasValidationErrorsChanged" reason="Not present in WinAppSDK 1.2" />
Expand Down
17 changes: 0 additions & 17 deletions src/Uno.Foundation/HResult.cs

This file was deleted.

0 comments on commit f29fa82

Please sign in to comment.