Hi,
I’m working on getting persistent MiniProfiler storage to build a dashboard of the performance of a given API i’m building…
However, I can’t seem to find the SqlServerStorage class in any of the ServiceStack assemblies. Am I missing a reference, or was the class renamed / removed?
Thanks!
It was removed from ServiceStack because it required a reference to Dapper/OrmLite and ServiceStack no longer depends on Redis or OrmLite. I’ve added it back and moved it into the ServiceStack.Server project which has the required dependencies. It’s now published to MyGet:
https://github.com/ServiceStack/ServiceStack/wiki/MyGet
And will be on NuGet in the next v4.08 release in 1-2 days.
Nicklas Laine Overgaard:
Cool, thanks for the quick support… Have a pleasant sunday.