Skip to content
代码片段 群组 项目
  • David Fowler's avatar
    f24c70e0
    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
    历史
    Support late bound results (#34300)
    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