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

xmldoc for System.Linq.Async #1063

Closed
Daniel15 opened this issue Oct 29, 2019 · 5 comments
Closed

xmldoc for System.Linq.Async #1063

Daniel15 opened this issue Oct 29, 2019 · 5 comments

Comments

@Daniel15
Copy link

Would it be possible to add xmldocs for System.Linq.Async? Currently Visual Studio does not show any intellisense for these methods, which makes it tricky to tell exactly what some of them do.

image

@akarnokd
Copy link
Collaborator

There isn't any docs in the source at all.

@onovotny can you setup System.Linq.Async to have VS complain about missing docs on public members as well as ensure the build does generate XML?

@clairernovotny
Copy link
Member

We can have it complain about missing docs, the bigger issue is time. We need someone to create the method docs first.

@akarnokd
Copy link
Collaborator

Indeed there are a lot of methods and probably dozens of PRs worth of changes. I have some free time this week to start working on them. Btw, which sln is for System.Linq.Async Ix.NET or Ix.Async.NET now?

@clairernovotny
Copy link
Member

It looks like Ix.Async.NET is a subset of Ix.NET that only has the main libraries and tests. Ix.NET has the benchmark tests and the reference assembly projects too.

@akarnokd
Copy link
Collaborator

akarnokd commented Dec 4, 2019

Closing via #1098 & #1099.

@akarnokd akarnokd closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants