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

Docs show some APIs added in .NET 9 preview as available in .NET 8 #10012

Open
Jozkee opened this issue Jun 11, 2024 · 3 comments
Open

Docs show some APIs added in .NET 9 preview as available in .NET 8 #10012

Jozkee opened this issue Jun 11, 2024 · 3 comments
Assignees
Labels
area-Infrastructure Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner

Comments

@Jozkee
Copy link
Member

Jozkee commented Jun 11, 2024

image

This API is only available for 9. Same happens for IndentCharacter and IndentSize. Not sure if it's a bug in the xml content or in the rendering tool.

cc @gewarren

@issues-automation issues-automation bot added the Pri3 Indicates issues/PRs that are low priority label Jun 11, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 11, 2024
@Jozkee Jozkee changed the title Docs show some APIs available in .NET 9 preview as available in .NET 8 Docs show some APIs added in .NET 9 preview as available in .NET 8 Jun 11, 2024
@gewarren
Copy link
Contributor

@Jozkee It shows that way because the package can be used on downlevel frameworks - https://www.nuget.org/packages/System.Text.Json/9.0.0-preview.5.24306.7#supportedframeworks-body-tab. Do you think this is too confusing? Eventually the applies to table will differentiate package-provided versions from built-in versions, which will help a bit.

@gewarren gewarren self-assigned this Jun 12, 2024
@gewarren
Copy link
Contributor

Related to #9919, #9868.

@Jozkee
Copy link
Member Author

Jozkee commented Jun 14, 2024

Do you think this is too confusing?

I think is not obvious how the specified versions are supported. Looks like the preview package targets both current (9.0) and previous (8.0) versions, which I forgot. For 7.0, netstandard2.0 version is used.

Eventually the applies to table will differentiate package-provided versions from built-in versions, which will help a bit.

That would be nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure Pri3 Indicates issues/PRs that are low priority untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants