我在.NET Core 1.x中创建了一个自定义模型绑定器.它运行良好,如官方教程中所示.
一旦更新到2.0,我就再也无法编译了.在旧版本中它是
return TaskCache.CompletedTask;
现在TaskCache静态类不再可用了.
TaskCache
有没有人知道解决方法?
core custom-model-binder .net-core asp.net-core
.net-core ×1
asp.net-core ×1
core ×1
custom-model-binder ×1