Skip to content

Link that should be to an enum field is to the enum instead #1932

Closed
@svick

Description

@svick

It seems that during API reference migration, some links to enum fields were changed to links to the enum type itself.

For example, compare the documentation for MethodBase.Invoke(Object, Object[]) on MSDN, which talks about the BindingFlags.Default field as "Default":

While docs.ms talks about "BindingFlags" instead:

This is an issue with the source, it does not contain any mention of Default.

The same issue happens again on the page with ReflectionPermissionFlag. Though BindingFlags.Default in parameters of the MethodBase.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) overload is fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    externalNot related to content

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions