Skip to content
代码片段 群组 项目
  1. 8月 14, 2021
    • David Fowler's avatar
      Change route and query fallback semantics (#35317) · bcfbd5cc
      David Fowler 创作于
      * Change route and query fallback semantics
      - If the list of route parameters is empty then simple parameters are from query only.
      - If the list of route parameters is null then fallback from route to query.
      - Added tests.
      bcfbd5cc
  2. 8月 10, 2021
  3. 7月 27, 2021
    • Safia Abdalla's avatar
      Support optionality via nullability and default values (#34505) · cb4ceb8f
      Safia Abdalla 创作于
      * Support optionality via nullability and default values
      
      * Clean-up, comments, and tests
      
      * Address some feedback
      
      * Polish up some things
      
      * Fix typo in condition
      
      * Remove optionality support for implicit services
      
      * Add support for IHttpRequestBodyDetectionFeature
      
      * Address more feedback from peer review
      cb4ceb8f
  4. 7月 23, 2021
  5. 7月 20, 2021
  6. 7月 16, 2021
  7. 7月 14, 2021
    • David Fowler's avatar
      Support late bound results (#34300) · f24c70e0
      David Fowler 创作于
      * Support late bound results
      - Add support for object, Task<object> and ValueTask<object> result types. We can detect that pattern and generate calls into a helper that does a bunch of runtime checks for known result types.
      - Added tests
      f24c70e0
  8. 7月 03, 2021
    • Martin Costello's avatar
      Support Request, Response and User for minimal actions (#33883) · 1b819d05
      Martin Costello 创作于
      Adds support to minimal actions for parameters of type HttpRequest,
      HttpResponse, and ClaimsPrincipal to be bound to the values of the
      Request, Response and User properties of the HttpContext respectively.
      
      Also cleans up some typos in the RequestDelegateFactory tests.
      
      Addresses #33870.
      1b819d05
  9. 6月 28, 2021
  10. 6月 22, 2021
  11. 6月 19, 2021
  12. 6月 13, 2021
    • David Fowler's avatar
      Detect services based on service provider (#32737) · d2ab01b4
      David Fowler 创作于
      * Detect services based on service provider
      - Use IServiceProviderIsService to detect if a parameter is a service.
      - As a final fallback, try to detect services from the DI container before falling back to body behavior.
      
      
      d2ab01b4
  13. 6月 10, 2021
  14. 4月 15, 2021
  15. 4月 13, 2021
  16. 4月 10, 2021
    • Stephen Halter's avatar
      Remove form support from minimal APIs (#31646) · 77e57843
      Stephen Halter 创作于
      * Remove form support from minimal APIs
      
      * Add
      
      * MapActionSample -> MinimalSample
      
      * Remove MapActionSample.csproj from Mvc.slnf
      77e57843
    • Stephen Halter's avatar
      Infer default sources for parameters of minimal actions (#31603) · bd61ac75
      Stephen Halter 创作于
      This does a big chunk of #30248 while heavily refactoring the RequestDelegateFactory by splitting it out into a bunch of smaller methods.
      
      For part 2 of #30248, a "scalar value type that lives in the System namespace", I went with the alternative of "Something convention-based like the presence of a bool TryParse(string, out T) method" instead. This conventions work for types in any namespace including user-defined types.
      bd61ac75
  17. 3月 30, 2021
  18. 3月 02, 2021
  19. 2月 27, 2021
  20. 2月 24, 2021
  21. 2月 23, 2021
  22. 2月 22, 2021
  23. 2月 20, 2021
  24. 2月 19, 2021
加载中