Skip to content
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

Where are the .uex files? #567

Closed
dsherret opened this issue Mar 11, 2019 · 2 comments
Closed

Where are the .uex files? #567

dsherret opened this issue Mar 11, 2019 · 2 comments

Comments

@dsherret
Copy link

Probably my bad for opening a question, but it relates to development on this repo.

Where are the .uex files? For example the Control.uex file.

/// <include file='doc\Control.uex' path='docs/doc[@for="Control.ResetBindings"]/*' />
[EditorBrowsable(EditorBrowsableState.Never)]
public void ResetBindings() {
    // ...etc...
}

I'm curious if the xml doc summary for ResetBindings on Control is still the same as that method on BindingSource (the summary for that method on Control seems wrong to me).

Thanks!

@wjk
Copy link
Contributor

wjk commented Mar 11, 2019

AFAIK these were never released. Furthermore, cleanup and code-style PRs are actively removing them (example). I would say if there are problems with the documentation, raise it in dotnet/docs or by using the feedback mechanism on docs.microsoft.com. Hope this helps!

@dsherret
Copy link
Author

@wjk Thanks! It does.

@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants