我找不到PostSharp.Patterns

时间:2018-09-17 15:11:07

标签: postsharp

我下载并安装了Postsharp Essentials版本,该版本根据其网站上的矩阵包括缓存。

通过右键单击并选择“添加Postsharp”选项,将其添加到项目中。

当我进入项目进行测试并输入以下内容时:

using PostSharp.Patterns

模式不是我的选择,我有方面,集合,约束...但没有模式。

我是否缺少参考文献,这是许可证问题吗?

1 个答案:

答案 0 :(得分:1)

PostSharp分为多个NuGet程序包。选择“将PostSharp添加到项目”仅安装核心软件包(PostSharp)。就您而言,您需要安装PostSharp.Patterns.Caching。请注意,您还需要指定缓存后端,请参见the documentation on caching