标签: servicestack mvc-mini-profiler
我使用nuget命令获取ServiceStack dll。我在3.9.28中没有包含MiniProfiler命名空间中的SqlServerStorage类。这是为什么?
答案 0 :(得分:1)
ServiceStack包含一个MiniProfiler端口,它与ServiceStack集成在一起。要删除冲突,ServiceStack的端口将保存在ServiceStack.MiniProfiler命名空间下,您将在该命名空间找到SqlServerStorage.cs类。
ServiceStack.MiniProfiler