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

Missing documentation for BindingFlags.DoNotWrapExceptions #110366

Closed
lscorcia opened this issue Dec 3, 2024 · 1 comment · Fixed by dotnet/dotnet-api-docs#10720
Closed

Missing documentation for BindingFlags.DoNotWrapExceptions #110366

lscorcia opened this issue Dec 3, 2024 · 1 comment · Fixed by dotnet/dotnet-api-docs#10720
Labels
area-System.Reflection documentation Documentation bug or enhancement, does not impact product or test code

Comments

@lscorcia
Copy link
Contributor

lscorcia commented Dec 3, 2024

Description

Hi, the docs for BindingFlags.DoNotWrapExceptions at https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=netcore-2.1 (and all subsequent releases) don't show a description for the value "DoNotWrapExceptions".

I just discovered this flag today and while it's described at #23023 , proper documentation would be welcome.

Reproduction Steps

Immediately visible at https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=netcore-2.1:
Image

Expected behavior

A description should be present for all enum values.

Actual behavior

The description for BindingFlags.DoNotWrapExceptions is not present.

Regression?

No, the value is undocumented for all versions since introduction in .net core 2.1.

Known Workarounds

Some information is present at #23023 .

Configuration

Issue is present since .net core 2.1 and still present in .net 9 docs: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.bindingflags?view=net-9.0 .

Other information

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Dec 3, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 3, 2024
@vcsjones vcsjones added area-System.Reflection documentation Documentation bug or enhancement, does not impact product or test code and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Dec 3, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-reflection
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Reflection documentation Documentation bug or enhancement, does not impact product or test code
Projects
None yet
2 participants