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

It would be best if there is a .NET Platform Standard API references. #17866

Closed
jarenduan opened this issue Jul 16, 2016 · 3 comments
Closed
Assignees
Labels
area-Meta documentation Documentation bug or enhancement, does not impact product or test code
Milestone

Comments

@jarenduan
Copy link
Contributor

And readers could choose the specific standard version, just like the old MSDN library does, switching between different .Net Framework versions. I guess cross-platform class library developers are tend to target "netstandard1.x", but the only API references availabe now is the .Net Core API docs. This might bring confusion and inconvenience.

@jarenduan jarenduan changed the title It would be best that there is a .NET Platform Standard API references. It would be best if there is a .NET Platform Standard API references. Jul 16, 2016
@prajaybasu
Copy link

prajaybasu commented Jul 16, 2016

I think it would be best to create an API reference using the API versions for the specific packages using the map here.
The .NET Standard version could then be mapped to that package's API version
(i.e. instead of using only netstandard1.3, use (package name)+(API version of package) and map that to netstandard1.x)

@svick
Copy link
Contributor

svick commented Jul 16, 2016

API reference already exists: https://docs.microsoft.com/en-us/dotnet/core/api/index.

It does not currently support different framework versions, but that support is planned: dotnet/docs#772.

I think this issue should be closed and any discussion should move there.

@karelz
Copy link
Member

karelz commented Sep 22, 2016

Closing per above recommendation -- dotnet/docs#772 tracks the issue.

@karelz karelz closed this as completed Sep 22, 2016
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 1.1.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Meta documentation Documentation bug or enhancement, does not impact product or test code
Projects
None yet
Development

No branches or pull requests

6 participants