-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove existing APIs from the missing API list #10829
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @mairaw. I left one comment for you to consider.
_zip/missingapi.yml
Outdated
@@ -19,7 +19,7 @@ references: | |||
name.vb: ToString | |||
fullName: XDocument.ToString | |||
fullName.vb: XDocument.ToString | |||
- uid: System.Runtime.CompilerServices.IndexerNameAttribute | |||
- uid: System.Runtime.CompilerServices.IndexerNameAttribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a missing API: https://docs.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.indexernameattribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#10829
Advanced (Windows Presentation Foundation)
2 minutes to read • Edit Online
In ThisSection
This section describes some of theadvanced areas in WPF.
WPF Architecture
XAML in WPF
BaseElement Classes
ElementTreeand Serialization
WPF Property System
Events in WPF
Input
Drag and Drop
Resources
Documents
Globalization and Localization
Layout
Migration and Interoperability
Performance
Threading Model
Unmanaged WPF API Reference
Thanks @rpetrusha. Your comment made me realize we could probably remove much more APIs. Kept the ones that are still missing and opened an mdoc issue: |
APIs have been onboarded and redirection is bad at the moment
Dependent on PR #10858