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

[ComInterfaceGenerator] Recommend [In] and [Out] attributes on array parameters #91231

Commits on Aug 28, 2023

  1. [ComInterfaceGenerator] Recommend [In] and [Out] attributes on array …

    …parameters (dotnet#91094)
    
    Recommend that methods with array parameters use [In] or [Out] attributes if there are none already, and the parameter is not in, ref, or out.
    jtschuster committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4698fa1 View commit details
    Browse the repository at this point in the history