dotnet / extensions

This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
MIT License
2.6k stars 748 forks source link

Implement of Microsoft.Extensions.Caching.SqlServer #710

Closed ForkBug closed 4 years ago

ForkBug commented 6 years ago

We are doing a test about sql server. But found Microsoft.Extensions.Caching.SqlServer doesn't work with In-memory oltp due to in memory oltp doesn't support DateTimeOffset.

According to https://github.com/aspnet/Caching/pull/8 and https://github.com/aspnet/Caching/issues/6, it seems the implement doesn't follow the design?

sebastienros commented 6 years ago

I also think that internally it should have used a DateTime as per Levi's recommendation.

kjones16 commented 6 years ago

Ran into the same issue. Would like to see support for this also.

calvin998 commented 6 years ago

Hi @muratg any estimate about when the fix for this will be available (v3.0)?

muratg commented 6 years ago

Hi @calvin998. Sorry, no estimation at this time.

analogrelay commented 4 years ago

Duplicate of https://github.com/dotnet/extensions/issues/1894 (I know this one is from earlier, just doing clean-up and reducing duplication).