Skip to content
代码片段 群组 项目
  1. 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
加载中