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

Surrogate argument list in Minimal APIs #41325

Merged
merged 68 commits into from
May 12, 2022

Commits on Apr 22, 2022

  1. Core funcionality

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    15b28dd View commit details
    Browse the repository at this point in the history
  2. Changing the order

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    dbf6e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9a724c View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e768b4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4822214 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74010a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f5726c View commit details
    Browse the repository at this point in the history
  8. Remove empty line

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    09bd872 View commit details
    Browse the repository at this point in the history
  9. Updating APIExplorer

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    173c269 View commit details
    Browse the repository at this point in the history
  10. Updating APIExplorer

    brunolins16 committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    f018d10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ee0a1c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Updating OpenAPI

    brunolins16 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b52b113 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    brunolins16 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b441fc4 View commit details
    Browse the repository at this point in the history
  3. Updating comment

    brunolins16 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bb3a599 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b95125 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14b3eb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    b025c9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8973a View commit details
    Browse the repository at this point in the history
  3. Updating APIExplorer

    brunolins16 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a8a2c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Adding constructor cache

    brunolins16 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    21f2fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8956ff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8418e View commit details
    Browse the repository at this point in the history
  4. Updating ApiExplorer

    brunolins16 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ec3046e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dd3a3e View commit details
    Browse the repository at this point in the history
  6. Adding initial test cases

    brunolins16 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8cbbeef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    423ff0d View commit details
    Browse the repository at this point in the history
  8. Rollback bad change

    brunolins16 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c2f9c71 View commit details
    Browse the repository at this point in the history
  9. Fixing merge issues

    brunolins16 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    88a69ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e21d54f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    3ba8262 View commit details
    Browse the repository at this point in the history
  2. Using Span

    brunolins16 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    e50922c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337debc View commit details
    Browse the repository at this point in the history
  4. Using span

    brunolins16 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c2ecb71 View commit details
    Browse the repository at this point in the history
  5. Updating error message

    brunolins16 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    39fb2ec View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    ba0fd73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0d8e2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Code cleanup

    brunolins16 committed May 3, 2022
    Configuration menu
    Copy the full SHA
    cbbad7c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. code clean up

    brunolins16 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    a658532 View commit details
    Browse the repository at this point in the history
  2. code clean up

    brunolins16 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    abb5982 View commit details
    Browse the repository at this point in the history
  3. Adding suppress

    brunolins16 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    603ea24 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    e49a28a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. PR feeback

    brunolins16 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    0591fa0 View commit details
    Browse the repository at this point in the history
  2. PR feeback

    brunolins16 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    cc001b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a25037 View commit details
    Browse the repository at this point in the history
  4. Mark types as sealed

    brunolins16 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    68737ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fce5b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1592141 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97ec99f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. API Review changes

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    9458d60 View commit details
    Browse the repository at this point in the history
  2. Updating documentation

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    358db2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6965cba View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    55b26f2 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d6c9e63 View commit details
    Browse the repository at this point in the history
  6. Code cleanup

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    74df571 View commit details
    Browse the repository at this point in the history
  7. Code cleanup

    brunolins16 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a9cc186 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    902b65c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f44773d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d5bb1c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    917a540 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. PR Feedback

    brunolins16 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8a67a74 View commit details
    Browse the repository at this point in the history
  2. PR Feeback

    brunolins16 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    d7fe6af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4ff7d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    4086eff View commit details
    Browse the repository at this point in the history
  2. adding more tests

    brunolins16 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    fbeb3a7 View commit details
    Browse the repository at this point in the history
  3. Update src/Shared/ParameterBindingMethodCache.cs

    Co-authored-by: Brennan <brecon@microsoft.com>
    brunolins16 and BrennanConroy committed May 12, 2022
    Configuration menu
    Copy the full SHA
    5bf792c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de5901e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7888a1 View commit details
    Browse the repository at this point in the history
  6. PR Feedback

    brunolins16 committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f4b9354 View commit details
    Browse the repository at this point in the history